Browse Source

fix: border-right

wangyuan 2 years ago
parent
commit
3675109373
1 changed files with 3 additions and 0 deletions
  1. 3 0
      pages/reportDetail/reportDetail.wxss

+ 3 - 0
pages/reportDetail/reportDetail.wxss

@@ -253,6 +253,9 @@
 .level-b {
   border-right: 1rpx solid #ddd;
 }
+.level-c {
+  border-right: 1rpx solid #ddd;
+}
 .red {
   background-color:#9A1D16;
 }