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

@@ -171,7 +171,7 @@ export default {
<style scoped lang="scss">
.detail {
.AiTitle {
::v-deep.ai-detail__title {
:deep(.ai-detail__title ){
// padding: 10px 0 0 10px;
background-color: #fff;
}

View File

@@ -491,14 +491,14 @@ export default {
// text-overflow: ellipsis;
height: 100%;
background: #f3f6f9;
::v-deep.btn {
:deep(.btn ){
margin-bottom: 10px;
}
::v-deep.cell {
:deep(.cell ){
width: 40px;
height: 40px;
::v-deep.table-left__wrapper {
::v-deep .img {
:deep(.table-left__wrapper ){
:deep( .img ){
// object-fit: fill;
width: 40px;
height: 40px;

View File

@@ -170,7 +170,7 @@ export default {
<style scoped lang="scss">
.detail {
.AiTitle {
::v-deep.ai-detail__title {
:deep(.ai-detail__title ){
// padding: 10px 0 0 10px;
background-color: #fff;
}

View File

@@ -719,10 +719,10 @@ export default {
height: 100%;
.el-alert {
margin-bottom: 10px;
// ::v-deep.el-alert__content {
// :deep(.el-alert__content ){
// color: red;
// }
::v-deep.el-alert__closebtn {
:deep(.el-alert__closebtn ){
color: #8d96a9;
}
}