Selaa lähdekoodia

优化空状态样式

xiaohaizhao 2 vuotta sitten
vanhempi
commit
d68a59e2a7
1 muutettua tiedostoa jossa 10 lisäystä ja 0 poistoa
  1. 10 0
      components/My_listbox.vue

+ 10 - 0
components/My_listbox.vue

@@ -68,4 +68,14 @@ export default {
     height: constant(safe-area-inset-bottom);
     height: constant(safe-area-inset-bottom);
     height: env(safe-area-inset-bottom);
     height: env(safe-area-inset-bottom);
 }
 }
+
+
+/deep/ .u-empty .u-icon .u-icon__icon {
+    font-size: 90px !important;
+    line-height: 90px !important;
+}
+
+/deep/ .u-empty__text {
+    font-size: 14px !important;
+}
 </style>
 </style>