Kaynağa Gözat

表格冻结列阴影效果显示

RuoYi 3 yıl önce
ebeveyn
işleme
799815c273

+ 3 - 0
ruoyi-admin/src/main/resources/static/ruoyi/css/ry-ui.css

@@ -908,6 +908,9 @@ table.rc-table-resizing thead > th > a {
   background-color: #fff;
   box-sizing: border-box;
   z-index: 1;
+  border-width: 0 0 0 1px;
+  -webkit-box-shadow: 0 0 10px rgba(0,0,0,.12);
+  box-shadow: 0 0 10px rgba(0,0,0,.12);
 }
 
 .fixed-columns {