按钮样式修改

This commit is contained in:
cwchen 2025-10-29 18:26:13 +08:00
parent b8c396db7e
commit 1fbd2daaa8
9 changed files with 48 additions and 7 deletions

View File

@ -274,11 +274,14 @@ export default {
.search-box {
margin-bottom: 20px;
border-radius: 8px;
::v-deep .el-card__body {
padding: 20px !important;
}
}
.content-box {
border-radius: 8px;
height: calc(100vh - 230px);
height: calc(100vh - 210px);
display: flex;
flex-direction: column;
overflow: hidden;
@ -346,4 +349,8 @@ export default {
}
}
}
.el-form-item--small.el-form-item {
margin-bottom: 0px;
}
</style>

View File

@ -215,11 +215,14 @@ export default {
.search-box {
margin-bottom: 20px;
border-radius: 8px;
::v-deep .el-card__body {
padding: 20px !important;
}
}
.content-box {
border-radius: 8px;
height: calc(100vh - 230px);
height: calc(100vh - 210px);
display: flex;
flex-direction: column;
overflow: hidden;
@ -287,4 +290,7 @@ export default {
}
}
}
.el-form-item--small.el-form-item {
margin-bottom: 0px;
}
</style>

View File

@ -287,6 +287,9 @@ export default {
margin-bottom: 20px;
border-radius: 8px;
padding: 0;
::v-deep .el-card__body {
padding: 20px !important;
}
}
.content-box {

View File

@ -280,7 +280,10 @@ export default {
.search-box {
margin-bottom: 20px;
border-radius: 8px;
padding: 10px 0 20px 0;
padding: 0 0 20px 0;
::v-deep .el-card__body {
padding: 20px !important;
}
}
.content-box {
@ -412,4 +415,8 @@ export default {
}
}
}
.el-form-item--small.el-form-item {
margin-bottom: 0px;
}
</style>

View File

@ -285,6 +285,9 @@ export default {
margin-bottom: 20px;
border-radius: 8px;
padding: 0;
::v-deep .el-card__body {
padding: 20px !important;
}
}
.content-box {

View File

@ -268,6 +268,9 @@ export default {
margin-bottom: 20px;
border-radius: 8px;
padding: 0;
::v-deep .el-card__body {
padding: 20px !important;
}
}
.content-box {

View File

@ -883,7 +883,7 @@ export default {
.content-box {
border-radius: 8px;
height: calc(100vh - 280px);
height: calc(100vh - 260px);
display: flex;
flex-direction: column;
overflow: hidden;

View File

@ -1048,11 +1048,18 @@ export default {
margin-bottom: 20px;
border-radius: 8px;
padding: 0;
::v-deep .el-card__body {
padding: 20px !important;
}
}
.el-form-item--small.el-form-item {
margin-bottom: 0px;
}
.content-box {
border-radius: 8px;
height: calc(100vh - 230px);
height: calc(100vh - 210px);
display: flex;
flex-direction: column;
overflow: hidden;

View File

@ -723,11 +723,16 @@ export default {
margin-bottom: 20px;
border-radius: 8px;
padding: 0;
::v-deep .el-card__body {
padding: 20px !important;
}
}
.el-form-item--small.el-form-item {
margin-bottom: 0px;
}
.content-box {
border-radius: 8px;
height: calc(100vh - 230px);
height: calc(100vh - 210px);
display: flex;
flex-direction: column;
overflow: hidden;