Commit bc00c078 by Joey

fix: css warning

parent 9466a075
......@@ -254,7 +254,6 @@ export default {
.icon {
width: 24px;
height: 24px;
margin-bottom: 8px;
margin: 0 auto;
}
.text {
......
......@@ -157,7 +157,7 @@ export default {
border-top-color: #f2f2f2;
-webkit-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;
background: #fff;
width:100%;
......
......@@ -38,7 +38,6 @@
box-sizing: border-box;
}
.multiple-item-label{
padding-right: 5px;
white-space: pre-line;
-webkit-user-select: none;
-moz-user-select: none;
......
......@@ -251,7 +251,7 @@ export default {
border-top-color: #f2f2f2;
-webkit-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;
}
}
......
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