Commit 5226cb8d by 乔延琦

Merge branch 'develop-zhouyi' into 'develop'

fix: css warning

See merge request GFP/RBC/rbc-frontend!57
parents 2270f745 bc00c078
...@@ -254,7 +254,6 @@ export default { ...@@ -254,7 +254,6 @@ export default {
.icon { .icon {
width: 24px; width: 24px;
height: 24px; height: 24px;
margin-bottom: 8px;
margin: 0 auto; margin: 0 auto;
} }
.text { .text {
......
...@@ -157,7 +157,7 @@ export default { ...@@ -157,7 +157,7 @@ export default {
border-top-color: #f2f2f2; border-top-color: #f2f2f2;
-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06); -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06); box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
webkit-box-sizing: border-box; -webkit-box-sizing: border-box;
box-sizing: border-box; box-sizing: border-box;
background: #fff; background: #fff;
width:100%; width:100%;
......
...@@ -38,7 +38,6 @@ ...@@ -38,7 +38,6 @@
box-sizing: border-box; box-sizing: border-box;
} }
.multiple-item-label{ .multiple-item-label{
padding-right: 5px;
white-space: pre-line; white-space: pre-line;
-webkit-user-select: none; -webkit-user-select: none;
-moz-user-select: none; -moz-user-select: none;
......
...@@ -251,7 +251,7 @@ export default { ...@@ -251,7 +251,7 @@ export default {
border-top-color: #f2f2f2; border-top-color: #f2f2f2;
-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06); -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06); box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
webkit-box-sizing: border-box; -webkit-box-sizing: border-box;
box-sizing: border-box; box-sizing: border-box;
} }
} }
......
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