接口调整

This commit is contained in:
wangxuemei
2024-10-22 08:48:38 +08:00
parent afcc4a35cb
commit f84172b037
14 changed files with 316 additions and 163 deletions

View File

@@ -1044,4 +1044,30 @@ export default {
border: 0px !important;
border-radius: 50%!important;
}
::v-deep .ant-select-selection-overflow-item {
margin-top: -2px;
}
::v-deep .ant-select-multiple .ant-select-selection-item {
height: 34px
}
.tableBox {
padding-bottom: 20px;
margin: 20px 38px 30px;
::v-deep .ant-select-dropdown{
display: inline-block;
}
::v-deep .ant-select-selection-item{
margin-left: 3px;
}
::v-deep .ant-pagination-options-size-changer.ant-select{
width: 84px;
}
.pa {
width: 100%;
display: flex;
justify-content: right;
}
}
</style>