Commit 062755a5 authored by GuanHua's avatar GuanHua

feat:对接快捷修改单价列表页

parent fc8e3e98
......@@ -50,14 +50,14 @@ h6 {
position: relative;
&::before {
content : "";
display : inline-block;
position : absolute;
left : 0;
top : 50%;
margin-top : -.42667rem;
width : 2px;
height : .85333rem;
content: "";
display: inline-block;
position: absolute;
left: 0;
top: 50%;
margin-top: -.42667rem;
width: 2px;
height: .85333rem;
background-color: @primary-color;
box-shadow: 0 0.14933rem 0.256rem 0 rgba(97, 144, 232, .2);
border-radius: 1px;
......@@ -83,6 +83,10 @@ h6 {
cursor: pointer;
}
.padLeft0 {
padding-left: 0!important;
}
// 公共状态 圆点
.commonStatus {
display: inline-block;
......@@ -124,7 +128,7 @@ h6 {
.sc-fzpans {
display: block;
width : 100%;
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