Sign in
简柏林
/
thingskit-front
·
Commits
GitLab
Go to dashboard
Project
Activity
Files
Commits
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Network
Download as
Email Patches
Plain Diff
Browse Files
Commit
998ee0b8fabe3bd89cc9b5017f66c792dbf3c4c6
Authored by
fengtao
2022-03-29 11:17:43 +0800
1 parent
f94d468d
fix:[DEFECT-322] 修复设备配置coap边框样式问题
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/views/device/profiles/step/cpns/coap/Coap.vue
src/views/device/profiles/step/cpns/coap/Coap.vue
View file @
998ee0b
...
...
@@ -58,7 +58,7 @@
58
58
});
59
59
60
60
const [register, { validate, resetFields, setFieldsValue }] = useForm({
61
-
labelWidth:
8
0,
61
+
labelWidth:
10
0,
62
62
schemas: CoapSchemas,
63
63
actionColOptions: {
64
64
span: 14,
...
...