Browse Source

admin.css

master
xuhuajiao 3 years ago
parent
commit
2c14086977
  1. 3
      src/assets/styles/yxk-admin.scss

3
src/assets/styles/yxk-admin.scss

@ -331,7 +331,7 @@
tr{ tr{
background: transparent; background: transparent;
.el-table__cell{ .el-table__cell{
height: 60px;
height: 40px;
background-color: transparent; background-color: transparent;
} }
} }
@ -355,6 +355,7 @@
color: #339CFF; color: #339CFF;
font-size: 14px; font-size: 14px;
border-bottom: 1px dashed #113D72; border-bottom: 1px dashed #113D72;
padding: 5px 0;
} }
} }
&::before, &::before,

Loading…
Cancel
Save