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