فهرست منبع

width: "100%"

visuddhinanda 2 سال پیش
والد
کامیت
68e7f9b2aa
2فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 1 1
      dashboard/src/components/template/Wbw/WbwDetailCase.tsx
  2. 1 1
      dashboard/src/components/template/Wbw/WbwDetailFm.tsx

+ 1 - 1
dashboard/src/components/template/Wbw/WbwDetailCase.tsx

@@ -20,7 +20,7 @@ const WbwDetailCaseWidget = ({ data, onChange }: IWidget) => {
   const intl = useIntl();
   const intl = useIntl();
 
 
   return (
   return (
-    <div style={{ display: "flex" }}>
+    <div style={{ display: "flex", width: "100%" }}>
       <SelectCase
       <SelectCase
         value={data.case?.value}
         value={data.case?.value}
         onCaseChange={(value: string) => {
         onCaseChange={(value: string) => {

+ 1 - 1
dashboard/src/components/template/Wbw/WbwDetailFm.tsx

@@ -205,7 +205,7 @@ const WbwDetailFmWidget = ({
 
 
   return (
   return (
     <div>
     <div>
-      <div style={{ display: "flex" }}>
+      <div style={{ display: "flex", width: "100%" }}>
         <Input
         <Input
           key="input"
           key="input"
           allowClear
           allowClear