a1446bee by 任超

style:table样式

1 parent df1cbcf4
......@@ -74,7 +74,7 @@ export default {
},
heightNum: {
type: Number,
default: 267,
default: 340,
},
maxHeight: {
type: Number,
......
......@@ -19,11 +19,9 @@ export default {
.hasTagsView {
.app-main {
overflow-x: auto;
padding: 5px;
box-sizing: border-box;
background-color: #EDF1F7;
box-sizing: border-box;
}
}
</style>
\ No newline at end of file
......
......@@ -49,7 +49,7 @@ export default {
.app-main {
height: calc(100% -94px) !important;
padding: 10px;
// padding: 10px;
box-sizing: border-box;
}
</style>
......
......@@ -8,7 +8,7 @@
}
.cell {
color: #FFFFFF !important;
color: #02D9FD !important;
}
.el-table__row {
......@@ -16,7 +16,9 @@
}
thead {
background: #103E99 !important;
background: #073781;
border-radius: 2px;
height: 42px;
& th {
//inherit:规定应该从父元素继承 background-color 属性的设置。
......@@ -40,22 +42,24 @@
width: 100%;
box-sizing: border-box;
overflow-x: hidden;
background: url("~@/image/tablebk.png") no-repeat;
background-size: 100% 100%;
padding: 2px;
&-header {
width: 100%;
padding: 10px;
padding: 20px 30px 20px 20px;
box-sizing: border-box;
background: url("~@/image/formHeader.png") no-repeat;
background-size: 100% 100%;
margin-top: 15px;
/deep/.el-form-item__label {
color: #E3F1FF;
}
/deep/.el-input__inner {
background-color: #04103D !important;
border: none;
background: #07388B;
border-radius: 2px;
border: 1px solid #6BC1FC;
}
}
......@@ -98,8 +102,10 @@
&-content {
width: 100%;
box-sizing: border-box;
margin-top: 10px;
margin-top: 15px;
background: url("~@/image/formContent.png") no-repeat;
background-size: 100% 100%;
padding: 20px 30px 20px 30px;
//修改表头的背景颜色横向渐变色
@extend .tableClass;
......
......@@ -5,6 +5,7 @@
display: flex;
justify-content: space-between;
margin-top: 15px;
.map {
margin-left: -20px;
}
......@@ -31,7 +32,7 @@
.bgbk {
padding: 2px;
box-sizing: border-box;
background: url("~@/image/tablebk.png") no-repeat;
// background: url("~@/image/tablebk.png") no-repeat;
background-size: 100% 100%;
}
......