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
c4c1945e09c7956025f8ee1d920312df16989cb7
Authored by
loveumiko
2023-07-07 10:03:57 +0800
1 parent
1bb3b1a3
fix: 修改租户配置设置输入框宽度
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/views/tenant/config/cpns/index.vue
src/views/tenant/config/cpns/index.vue
View file @
c4c1945
...
...
@@ -45,7 +45,7 @@
45
45
<style lang="less" scoped>
46
46
.tenant-class {
47
47
:deep .ant-input-number {
48
-
width:
16vw
!important;
48
+
width:
95%
!important;
49
49
}
50
50
}
51
51
</style>
...
...