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
4d3f24c693e8d1639dc3c025ee3fe594bd6e19b4
Authored by
fengtao
2022-07-13 15:39:25 +0800
1 parent
095ec332
pref:优化 设备配置部分表单样式
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
src/views/device/profiles/step/cpns/lwm2m/index.vue
src/views/device/profiles/step/cpns/lwm2m/index.vue
View file @
4d3f24c
...
...
@@ -278,3 +278,9 @@
278
278
},
279
279
});
280
280
</script>
281
+
282
+
<style lang="less" scoped>
283
+
:deep(.ant-select-selector) {
284
+
max-width: 42rem !important;
285
+
}
286
+
</style>
...
...