Commit 062755a5 authored by GuanHua's avatar GuanHua

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

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