RaoMeng пре 5 година
родитељ
комит
2706e61233

+ 5 - 1
uas-office-web/uas-mobile/src/components/common/currencyList/currency-list-item.less

@@ -23,12 +23,16 @@
 
   .currency-row-value {
     flex: 1;
-    max-height: 80px;
+    max-height: 120px;
     padding-left: 10px;
     overflow: auto;
     word-wrap: break-word;
     word-break: normal;
     color: @com-text-color-normal;
+
+    &::-webkit-scrollbar {
+      display: none;
+    }
   }
 }
 

+ 10 - 2
uas-office-web/uas-mobile/src/configs/antd.config.less

@@ -50,8 +50,10 @@
   white-space: normal !important;
 }
 
-.am-list-view-scrollview::-webkit-scrollbar {
-  display: none;
+.am-list-view-scrollview {
+  &::-webkit-scrollbar {
+    display: none;
+  }
 }
 
 /********************Button按钮的样式***********************/
@@ -66,6 +68,12 @@
   min-height: 100%;
 }
 
+.am-pull-to-refresh {
+  &::-webkit-scrollbar {
+    display: none;
+  }
+}
+
 /********************图表的title***********************/
 .ant-table-title {
   font-size: 14px !important;