招标解析样式
This commit is contained in:
parent
2a288052a4
commit
5eae89c90c
|
|
@ -372,6 +372,22 @@ export default {
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
background: linear-gradient(180deg, #F1F6FF 0%, #E5EFFF 100%);
|
background: linear-gradient(180deg, #F1F6FF 0%, #E5EFFF 100%);
|
||||||
overflow: hidden;
|
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 {
|
.result-header {
|
||||||
|
|
@ -400,7 +416,7 @@ export default {
|
||||||
// 一级标签页容器 - 占满整行
|
// 一级标签页容器 - 占满整行
|
||||||
.main-tabs-container {
|
.main-tabs-container {
|
||||||
flex-shrink: 0;
|
flex-shrink: 0;
|
||||||
background: #F5F7FA;
|
// background: #F5F7FA;
|
||||||
padding: 12px 20px;
|
padding: 12px 20px;
|
||||||
border-bottom: 1px solid #EBEEF5;
|
border-bottom: 1px solid #EBEEF5;
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -28,7 +28,7 @@ export default {
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: flex-end;
|
justify-content: flex-end;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
padding: 12px 20px;
|
padding: 0 0 12px 0;
|
||||||
background: transparent;
|
background: transparent;
|
||||||
border-bottom: none;
|
border-bottom: none;
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -329,7 +329,7 @@ export default {
|
||||||
|
|
||||||
.el-tabs__header {
|
.el-tabs__header {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0 20px;
|
// padding: 0 20px;
|
||||||
border-bottom: 1px solid #EBEEF5;
|
border-bottom: 1px solid #EBEEF5;
|
||||||
background: #FFFFFF;
|
background: #FFFFFF;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue