王飞
2025-03-07 c5e49c10499435802a6551b98772f95660c6f85a
uni_modules/uni-table/components/uni-td/uni-td.vue
@@ -76,7 +76,7 @@
</script>
<style lang="scss">
   $border-color:#000000;
   $border-color:#EBEEF5;
   .uni-table-td {
      display: table-cell;
@@ -85,7 +85,7 @@
      border-bottom: 1px $border-color solid;
      font-weight: 400;
      color: #606266;
      // line-height: 23px;
      line-height: 23px;
      box-sizing: border-box;
   }