valentichu пре 1 година
родитељ
комит
01be1372d4

Разлика између датотеке није приказан због своје велике величине
+ 0 - 0
lib/index.js


+ 1 - 1
src/pages/Alarm/components/complex.jsx

@@ -250,7 +250,7 @@ const Complex = (props, ref) => {
             autoComplete="off"
             form={form}
             requiredMark={true}
-            labelAlign="right"
+            labelAlign="left"
             colon={false}
             labelCol={{
               span: 4,

+ 3 - 1
src/pages/Alarm/components/complex.module.less

@@ -8,6 +8,7 @@
     // padding: 16px;
     // padding-top: 24px;
     width: 100%;
+    height: 100%;
     overflow: hidden;
 
     .ant-input {
@@ -40,6 +41,7 @@
     .main {
       display: flex;
       width: 100%;
+      height: 100%;
 
       .left {
         padding-top: 16px;
@@ -53,7 +55,7 @@
         margin-left: 16px;
 
         .header {
-          margin-bottom: 4px;
+          margin-bottom: 16px;
         }
       }
     }

+ 1 - 1
src/pages/Alarm/components/components/fomular.module.less

@@ -7,7 +7,7 @@
     .editor {
       @import "./scroll.module.less";
       margin: 0 auto;
-      width: 100%;
+      width: 484px;
       height: 236px;
       border: 1px solid var(--dt-line-color3);
       border-radius: 6px;

+ 2 - 2
src/pages/Alarm/components/easy.jsx

@@ -470,11 +470,11 @@ const Easy = (props, ref) => {
       labelAlign="left"
       colon={false}
       labelCol={{
-        span: 1,
+        span: 6,
       }}
       onValuesChange={onValuesChange}
       wrapperCol={{
-        span: 23,
+        span: 18,
       }}
     >
       <Form.Item label={TranslateText(["告警类型", "Mode"])} name={"sub_type"}>

Неке датотеке нису приказане због велике количине промена