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
dec322b775178907b1646a4f9f4196f13c7af76a
Authored by
fengtao
2022-07-14 17:17:59 +0800
1 parent
050edcdc
pref: DEFECT-517 设备列表分配客户下拉时界面可以优化下
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/views/device/list/cpns/modal/CustomerModal.vue
src/views/device/list/cpns/modal/CustomerModal.vue
View file @
dec322b
...
...
@@ -7,7 +7,7 @@
7
7
centered
8
8
@ok="dispatchCustomer"
9
9
@cancel="resetFields"
10
-
:minHeight="
1
00"
10
+
:minHeight="
3
00"
11
11
okText="分配"
12
12
>
13
13
<BasicForm @register="registerForm" />
...
...