布局搜索中心

This commit is contained in:
qq787203167
2022-08-17 10:59:28 +08:00
parent 63f1e13241
commit 53c8241265
4 changed files with 848 additions and 13 deletions
@@ -720,10 +720,6 @@
height: 18px !important;
line-height: 18px !important;
}
.text-left-select .ant-select {
max-width: calc(100% - 126px) !important;
}
</style>
<style lang="less" scoped>
@@ -923,4 +919,7 @@
text-justify: inter-ideograph;
word-break: break-all
}
::v-deep .ant-select{
max-width: calc(100% - 126px) !important;
}
</style>