明树Git Lab

Commit e5425827 authored by zhanghan's avatar zhanghan

详情处理、

parent 291bad24
Pipeline #108420 passed with stage
in 21 seconds
This diff is collapsed.
......@@ -6,6 +6,11 @@
flex-direction: column;
box-sizing: border-box;
}
.add-project-content {
background-color: #fff;
padding-top: 16px;
padding-right: 16px;
}
.system-manage-header {
background: rgba(255, 255, 255, 0.9);
border-radius: 8px;
......
......@@ -6,6 +6,11 @@
flex-direction: column;
box-sizing: border-box;
}
.add-project-content {
background-color: #fff;
padding-top: 16px;
padding-right: 16px;
}
.system-manage-header {
background: rgba(255, 255, 255, 0.9);
border-radius: 8px;
......
......@@ -24,6 +24,9 @@
.system-manage-header .header-left .el-select {
width: 220px;
}
.add-project-content {
background-color: #fff;
}
.system-manage-content {
background: rgba(255, 255, 255, 0.9);
border-radius: 8px;
......
......@@ -25,6 +25,10 @@
}
}
}
.add-project-content {
background-color: #fff;
}
.system-manage-content {
background: rgba(255, 255, 255, 0.9);
border-radius: 8px;
......
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