king
2024-11-07 e91e97e96eb91a4e095c4a2e762d3891dc7d9f25
2024-11-07
2个文件已修改
10 ■■■■■ 已修改文件
src/tabviews/custom/components/card/data-card/index.scss 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/tabviews/custom/components/card/double-data-card/index.scss 8 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/tabviews/custom/components/card/data-card/index.scss
@@ -88,7 +88,7 @@
        margin-bottom: 0!important;
      }
    }
    div:last-child {
    >div:last-child {
      .card-item-box {
        border-bottom: none!important;
      }
src/tabviews/custom/components/card/double-data-card/index.scss
@@ -295,10 +295,12 @@
          margin-bottom: 0!important;
        }
      }
      div:last-child {
      >div:last-child {
        .sub-card-wrap {
          .card-item-box {
            border-bottom: none!important;
          >div:last-child {
            .card-item-box {
              border-bottom: none!important;
            }
          }
        }
      }