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

Loading…
Cancel
Save