【更新】优化一些前端警告
This commit is contained in:
parent
362b538bae
commit
e1efbab2dc
@ -207,21 +207,24 @@
|
||||
</script>
|
||||
|
||||
<style lang="less" scoped>
|
||||
/deep/ .ant-input {
|
||||
:deep(.ant-input){
|
||||
height: 35px;
|
||||
}
|
||||
/deep/ .ant-input:not(:first-child) {
|
||||
:deep(.ant-input:not(:first-child)){
|
||||
padding-left: 10px;
|
||||
}
|
||||
/deep/ .ant-input-prefix {
|
||||
:deep(.ant-input-prefix){
|
||||
font-size: 20px;
|
||||
}
|
||||
/deep/ .ant-list-sm .ant-list-item {
|
||||
:deep(.ant-list-sm .ant-list-item){
|
||||
padding: 4px 16px;
|
||||
}
|
||||
/deep/ .ant-list-item-meta {
|
||||
:deep(.ant-list-item-meta){
|
||||
align-items: center;
|
||||
}
|
||||
:deep(.ant-list-item.active){
|
||||
background-color: var(--primary-1);
|
||||
}
|
||||
.search-box {
|
||||
width: 100%;
|
||||
}
|
||||
@ -249,9 +252,6 @@
|
||||
overflow: hidden;
|
||||
overflow-y: scroll;
|
||||
}
|
||||
/deep/ .ant-list-item.active {
|
||||
background-color: var(--primary-1);
|
||||
}
|
||||
.search-tips {
|
||||
display: flex;
|
||||
border-top: 1px solid var(--component-background);
|
||||
|
Loading…
x
Reference in New Issue
Block a user