mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-07 01:46:43 +08:00
样式调整
This commit is contained in:
@@ -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%;
|
||||
|
||||
Reference in New Issue
Block a user