王飞
2025-03-07 c5e49c10499435802a6551b98772f95660c6f85a
uni_modules/uni-table/components/uni-table/uni-table.vue
@@ -306,10 +306,10 @@
</script>
<style lang="scss">
$border-color: #000000;
$border-color: #ebeef5;
.uni-table-scroll {
   // width: 100%;
   width: 100%;
   /* #ifndef APP-NVUE */
   overflow-x: auto;
   /* #endif */
@@ -342,15 +342,13 @@
}
.table--border {
   // border: 1px $border-color solid;
   border-top: 1px $border-color solid;
   border-left: 1px $border-color solid;
   // border-right: none;
   border: 1px $border-color solid;
   border-right: none;
}
.border-none {
   /* #ifndef APP-NVUE */
   // border-bottom: none;
   border-bottom: none;
   /* #endif */
}