Browse Source

chore: responsive adaptation

master
wangxiang 2 years ago
parent
commit
b008de2550
No known key found for this signature in database
GPG Key ID: 1BA7946AB6B232E4
  1. 6
      src/views/workflow/task/popups/UserPicker/index.vue

6
src/views/workflow/task/popups/UserPicker/index.vue

@ -158,6 +158,7 @@ @@ -158,6 +158,7 @@
<BasicTable @register="registerTable" @selection-change="handleSelectionChange"/>
</a-layout-content>
<a-layout-sider :theme="darkMode">
<a-divider>选择记录</a-divider>
<ScrollContainer class="pl-2">
<a-tag v-for="row in getSelectRows()"
:key="row.id"
@ -177,7 +178,7 @@ @@ -177,7 +178,7 @@
.@{prefix-cls} {
.sidebar {
max-height: 720px;
max-height: 700px;
}
:deep(.ant-modal) {
@ -185,8 +186,7 @@ @@ -185,8 +186,7 @@
}
.scroll-container {
max-height: 720px;
max-height: 660px;
.ant-tag {
margin: 0 0 5px 8px;
}

Loading…
Cancel
Save