jinchaoyu преди 1 година
родител
ревизия
41a8ca862a
променени са 1 файла, в които са добавени 14 реда и са изтрити 1 реда
  1. 14 1
      App.vue

+ 14 - 1
App.vue

@@ -362,7 +362,7 @@ export default {
 };
 </script>
 
-<style>
+<style lang="scss">
 @import url('@/plugin/emoji-awesome/css/tuoluojiang.css');
 @import url('@/plugin/animate/animate.min.css');
 @import 'static/css/base.css';
@@ -448,4 +448,17 @@ page {
 	/* align-content: center;
 	align-items: center; */
 }
+::v-deep .u-number-box__minus,.u-number-box__input,.u-number-box__plus{
+	.u-icon__icon{
+		color: rgb(180,43,62) !important;
+	}
+	background: rgb(254,247,247) !important;
+	/* align-content: center;
+	align-items: center; */
+}
+::v-deep .u-number-box__minus--disabled{
+	opacity: .5 !important;
+	/* align-content: center;
+	align-items: center; */
+}
 </style>