css
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user