Explorar el Código

feat: 修复版本差异css

zhangyuhan hace 4 años
padre
commit
09e81d5cd1
Se han modificado 1 ficheros con 10 adiciones y 6 borrados
  1. 10 6
      src/web/staticres/common-module/collection/css/index.css

+ 10 - 6
src/web/staticres/common-module/collection/css/index.css

@@ -498,8 +498,12 @@
     background: #f5f6f7;
     border: 0;
     padding: 0;
+    color: inherit;
 }
-.unitType .van-tab__text.van-tab__text--ellipsis{
+.unitType .van-tabs__nav--complete {
+    padding: 0;
+}
+.unitType .van-tab__text{
     padding: 0 0.08rem 0 .32rem;
     display: -webkit-box;
     display: -webkit-flex;
@@ -515,13 +519,13 @@
     color: #171826;
     line-height: .44rem;
 }
-.unitType .van-tab__text.van-tab__text--ellipsis .tabtitle{
+.unitType .van-tab__text .tabtitle{
     max-width: 1.32rem;
     -webkit-box-flex: 1;
     -webkit-flex: 1;
     flex: 1;
 }
-.unitType .van-tab__text.van-tab__text--ellipsis .optionnum{
+.unitType .van-tab__text .optionnum{
     display: -webkit-box;
     display: -webkit-flex;
     display: flex;
@@ -545,7 +549,7 @@
 .unitType .van-tabs__wrap .van-tabs__nav.van-tabs__nav--card .van-tab.van-tab--active {
     background: #ffffff;
 }
-.unitType .van-tabs__wrap .van-tabs__nav.van-tabs__nav--card .van-tab.van-tab--active .van-tab__text.van-tab__text--ellipsis{
+.unitType .van-tabs__wrap .van-tabs__nav.van-tabs__nav--card .van-tab.van-tab--active .van-tab__text{
     color: #2ABED1;
 }
 
@@ -682,7 +686,7 @@
     border: 0;
 }
 .van-cell:not(:last-child)::after{
-    border-bottom: 0;
+    right: 0;
 }
 
 
@@ -811,4 +815,4 @@
     border-radius: 9px;
     font-size: .2rem;
     color: #fb483d;
-}
+}