::v-deep=>:deep()

This commit is contained in:
aixianling
2022-12-01 09:35:20 +08:00
parent d12c7b2c5e
commit 883ec09a0e
352 changed files with 1277 additions and 1281 deletions

View File

@@ -68,7 +68,7 @@ export default {
<style lang="scss" scoped>
//全局tab css
::v-deep .ai-list__tabs {
:deep( .ai-list__tabs ){
margin-top: 0 !important;
.el-tabs__item {
@@ -148,7 +148,7 @@ export default {
flex: 1;
overflow: hidden;
::v-deep .el-tabs__item {
:deep( .el-tabs__item ){
min-width: 80px;
height: 32px;
line-height: 32px;
@@ -158,15 +158,15 @@ export default {
border-bottom: 1px solid transparent !important;
}
::v-deep.el-tabs__header {
:deep(.el-tabs__header ){
margin: 0;
}
::v-deep.el-tabs {
:deep(.el-tabs ){
height: 100%;
}
::v-deep.el-tabs__content {
:deep(.el-tabs__content ){
height: calc(100% - 32px);
background: #f3f6f9;