::v-deep=>:deep()
This commit is contained in:
@@ -241,15 +241,15 @@ export default {
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
::v-deep .el-form-item__label {
|
||||
:deep( .el-form-item__label ){
|
||||
padding-right: 40px;
|
||||
}
|
||||
|
||||
::v-deep .ai-detail__footer {
|
||||
:deep( .ai-detail__footer ){
|
||||
background: #fff !important;
|
||||
}
|
||||
|
||||
::v-deep .ai-detail__content--active {
|
||||
:deep( .ai-detail__content--active ){
|
||||
padding: 20px;
|
||||
|
||||
.ai-detail__content--wrapper {
|
||||
@@ -269,7 +269,7 @@ export default {
|
||||
}
|
||||
}
|
||||
|
||||
::v-deep .ai-wrapper {
|
||||
:deep( .ai-wrapper ){
|
||||
align-items: inherit !important;
|
||||
}
|
||||
|
||||
|
||||
@@ -168,7 +168,7 @@ export default {
|
||||
|
||||
<style lang="scss" scoped>
|
||||
.AppPetitionManage {
|
||||
::v-deep th {
|
||||
:deep( th ){
|
||||
font-weight: bold !important;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user