소스 검색

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();
 
   return (
-    <div style={{ display: "flex" }}>
+    <div style={{ display: "flex", width: "100%" }}>
       <SelectCase
         value={data.case?.value}
         onCaseChange={(value: string) => {

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

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