Commit 371e2ec6 by haozhenhua

hzh

parent cb389f8e
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -119,6 +119,8 @@
.policylist-warpper {
width: 100%;
height: 100%;
padding: 20px;
box-sizing: border-box;
}
.el-input--mini .el-input__inner{
border:1px solid rgba(238,238,238,1);
......@@ -151,8 +153,10 @@
border:none !important;
}
.policylist-warpper > .policylist {
width: 100%;
width: 1200px;
margin: 0 auto;
height: 100%;
background-color: #fff;
}
.policylist-header {
width: 100%;
......
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