xieyonghong 3 лет назад
Родитель
Сommit
0bddf5d651

+ 1 - 1
src/pages/rule-engine/Scene/Save/action/action.tsx

@@ -353,7 +353,7 @@ export default observer((props: ActionProps) => {
       properties.length ? (
         <>
           <Row gutter={24}>
-            <Col span={18}>
+            <Col span={16}>
               <Form.Item
                 name={[name, 'device', 'message', 'properties']}
                 rules={[

+ 1 - 1
src/pages/rule-engine/Scene/Save/action/device/WriteProperty/index.tsx

@@ -273,7 +273,7 @@ export default (props: WritePropertyProps) => {
           placeholder={'请选择属性'}
         ></Select>
       </Col>
-      <Col span={16}>
+      <Col span={18}>
         <ItemGroup compact>
           <Select
             value={source}