招标解析样式

This commit is contained in:
cwchen 2025-11-27 14:02:01 +08:00
parent 2a288052a4
commit 5eae89c90c
3 changed files with 19 additions and 3 deletions

View File

@ -372,6 +372,22 @@ export default {
flex-direction: column;
background: linear-gradient(180deg, #F1F6FF 0%, #E5EFFF 100%);
overflow: hidden;
padding: 20px;
::v-deep .el-card {
margin: 0;
height: 100%;
display: flex;
flex-direction: column;
}
::v-deep .el-card__body {
flex: 1;
display: flex;
flex-direction: column;
overflow: hidden;
padding: 0;
}
//
.result-header {
@ -400,7 +416,7 @@ export default {
// -
.main-tabs-container {
flex-shrink: 0;
background: #F5F7FA;
// background: #F5F7FA;
padding: 12px 20px;
border-bottom: 1px solid #EBEEF5;

View File

@ -28,7 +28,7 @@ export default {
display: flex;
justify-content: flex-end;
align-items: center;
padding: 12px 20px;
padding: 0 0 12px 0;
background: transparent;
border-bottom: none;

View File

@ -329,7 +329,7 @@ export default {
.el-tabs__header {
margin: 0;
padding: 0 20px;
// padding: 0 20px;
border-bottom: 1px solid #EBEEF5;
background: #FFFFFF;
}