Commit db533d7a authored by 赵啸非's avatar 赵啸非

地图详细显示

parent eda5b85c
...@@ -62,10 +62,10 @@ caption,th { ...@@ -62,10 +62,10 @@ caption,th {
text-align: left text-align: left
} }
h1,h2,h3,h4,h5,h6 { // h1,h2,h3,h4,h5,h6 {
font-size: 100%; // font-size: 100%;
font-weight: 500 // font-weight: 500
} // }
q:before,q:after { q:before,q:after {
content: '' content: ''
...@@ -182,26 +182,6 @@ ins,a { ...@@ -182,26 +182,6 @@ ins,a {
} }
// 选择柜子弹窗
.choose-cabin-dialog{
h2{
margin-bottom: 10px;
padding-bottom: 10px;
font-size: 16px;
border-bottom: 1px solid;
.search{
margin-left: 20px;
width: 200px;
}
}
.el-row{
margin-bottom: 20px;
max-height: 150px;
overflow: auto;
-webkit-overflow-scrolling: touch;
}
}
@media screen and (max-width: 800px){ @media screen and (max-width: 800px){
.page{ .page{
......
...@@ -306,7 +306,7 @@ export default { ...@@ -306,7 +306,7 @@ export default {
.layout-table { .layout-table {
.table-head { .table-head {
margin-bottom: 10px; margin-bottom: 10px;
padding-bottom: 12px; //padding-bottom: 12px;
// padding-top: 7px; // padding-top: 7px;
border-bottom: 1px solid #ededed; border-bottom: 1px solid #ededed;
.el-breadcrumb { .el-breadcrumb {
......
...@@ -27,7 +27,7 @@ export default { ...@@ -27,7 +27,7 @@ export default {
menuPageCss() { menuPageCss() {
//左面和顶面菜单切换时,动态计划相关css参数 //左面和顶面菜单切换时,动态计划相关css参数
return { return {
"--padding-top": this.menuPage === "left" ? "60px" : "10px", "--padding-top": this.menuPage === "left" ? "60px" : "0px",
"--margin-left": this.menuPage === "left" ? "200px" : "0px", "--margin-left": this.menuPage === "left" ? "200px" : "0px",
}; };
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment