Przeglądaj źródła

Merge branch 'master' of http://47.101.159.18:3000/Muchinfo/MTP2.0_WEB

huangbin 4 lat temu
rodzic
commit
6ea1d64fe4

+ 2 - 4
src/assets/styles/mixin.less

@@ -1967,7 +1967,7 @@ input:-internal-autofill-selected {
             border: 0;
         }
         .ant-table-content {
-            background: @m-red2;
+            background-image: linear-gradient(90deg, @m-black8 60px, @m-red2 0);
         }
         .ant-table-thead {
             tr {
@@ -1988,7 +1988,6 @@ input:-internal-autofill-selected {
             }
         }
         .ant-table-tbody {
-            background: @m-red2;
             tr {
                 td {
                     height: 43px;
@@ -2042,10 +2041,9 @@ input:-internal-autofill-selected {
 .sellHallTable {
     .ant-table {
         .ant-table-content {
-            background: @m-green1;
+            background-image: linear-gradient(90deg, @m-black8 60px, @m-green1 0);
         }
         .ant-table-tbody {
-            background: @m-green1;
             tr {
                 td:first-child {
                     background: @m-black8;

+ 2 - 0
src/common/components/filter/index.vue

@@ -68,6 +68,8 @@ export default defineComponent({
     padding-bottom: 6px;
     .ant-select-single:not(.ant-select-customize-input) {
         margin-right: 10px;
+        border: 1px solid @m-grey37;
+        .rounded-corners(3px);
         .ant-select-selector {
             height: 30px;
             padding: 0 8px;