This commit is contained in:
liuye
2022-10-25 09:53:14 +08:00
parent 719a45a4c2
commit ef51d99f66

View File

@@ -477,6 +477,8 @@ export default {
height: 288px;
background-color: #fff;
border-radius: 4px;
padding: 16px 12px;
box-sizing: border-box;
header {
color: #333333;
@@ -504,6 +506,8 @@ export default {
margin-top: 16px;
background-color: #fff;
border-radius: 4px;
padding: 16px 12px;
box-sizing: border-box;
header {
padding: 0 16px;
@@ -588,6 +592,8 @@ export default {
margin-top: 16px;
background-color: #fff;
border-radius: 4px;
padding: 16px 12px;
box-sizing: border-box;
header {
width: 100%;
@@ -643,5 +649,9 @@ export default {
::v-deep .el-col-24 {
width: auto;
}
::v-deep .ai-list__content--right-wrapper {
background-color: none!important;
padding: 0!important;
}
}
</style>