样式调整

This commit is contained in:
670788339
2025-11-03 17:30:05 +08:00
parent 6af91d4263
commit c999eeb04e

View File

@@ -658,7 +658,7 @@ export default {
</script>
<style lang="scss" scoped>
.tagManage {
/*.tagManage {
width: 100%;
height: 100%;
display: flex;
@@ -787,8 +787,60 @@ export default {
.zero-count {
color: #999;
}
}
}*/
.tagManage {
.filter {
.filterItems {
.select {
// 第一个选择器(输入框)
&:first-child {
:deep(.ant-input-affix-wrapper) {
height: 40px !important;
.ant-input {
height: 100% !important;
line-height: 40px;
padding: 0 11px;
}
.ant-input-suffix {
height: 100%;
display: flex;
align-items: center;
.ant-input-clear-icon {
margin: 0;
display: flex;
align-items: center;
justify-content: center;
}
}
}
}
// 后面两个选择器
&:not(:first-child) {
:deep(.ant-select) {
height: 40px !important;
.ant-select-selector {
height: 100% !important;
display: flex;
align-items: center;
}
.ant-select-selection-item,
.ant-select-selection-placeholder {
line-height: 38px !important;
display: flex;
align-items: center;
}
}
}
}
}
}
}
// 关联课程弹窗样式
.course-dialog-content {
width: 100%;