::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

@@ -425,10 +425,10 @@
</script>
<style scoped lang="scss">
.appThreeMeetingUser{
::v-deep .el-radio{
:deep( .el-radio){
margin-right: 16px!important;
}
::v-deep .el-radio__label{
:deep( .el-radio__label){
padding-left: 4px!important;
}
.operation {
@@ -445,7 +445,7 @@
background-color: #f3f6f9;
box-shadow: inset 0 1px 0 0 #eeeeee;
}
::v-deep .el-textarea{
:deep( .el-textarea){
width: 362px;
}
}