|
@@ -1,8 +1,8 @@
|
|
|
-@import "./variables.scss";
|
|
|
-@import "./transition.scss";
|
|
|
-@import "./scss-suger.scss";
|
|
|
-@import "./reset-style.scss";
|
|
|
-@import "./elemenet-style-overflow.scss";
|
|
|
+@import './variables.scss';
|
|
|
+@import './transition.scss';
|
|
|
+@import './scss-suger.scss';
|
|
|
+@import './reset-style.scss';
|
|
|
+@import './elemenet-style-overflow.scss';
|
|
|
|
|
|
//scroll
|
|
|
@mixin main-show-wh() {
|
|
@@ -18,6 +18,7 @@
|
|
|
.scroll-y {
|
|
|
@include main-show-wh();
|
|
|
overflow-y: auto;
|
|
|
+ overflow-x: hidden;
|
|
|
}
|
|
|
.scroll-x {
|
|
|
@include main-show-wh();
|
|
@@ -93,7 +94,7 @@
|
|
|
background: #eb2f3b;
|
|
|
border-radius: 50%;
|
|
|
margin-right: 15px;
|
|
|
- background: url("@/assets/status/ic_close_hint.png") no-repeat;
|
|
|
+ background: url('@/assets/status/ic_close_hint.png') no-repeat;
|
|
|
background-size: 100% 100%;
|
|
|
display: inline-block;
|
|
|
position: relative;
|