Browse Source

表格组件优化

master
dai 3 years ago
parent
commit
ee8c394a24
  1. 3
      src/assets/scss/modules/visual/warning.scss
  2. 3
      src/views/modules/visual/cpts/tb.vue

3
src/assets/scss/modules/visual/warning.scss

@ -26,8 +26,7 @@
border: 1px solid #1043c0; border: 1px solid #1043c0;
box-shadow: 0px 83px 150px 0px #002790; box-shadow: 0px 83px 150px 0px #002790;
border-radius: 8px; border-radius: 8px;
margin-right: 15px; margin: 10px 12px;
margin-bottom: 15px;
&-img { &-img {
display: flex; display: flex;

3
src/views/modules/visual/cpts/tb.vue

@ -190,7 +190,7 @@ export default {
width: 100%; width: 100%;
height: 50px; height: 50px;
background: rgba(8, 37, 134, 0.85); background: rgba(8, 37, 134, 0.85);
font-size: 17px; font-size: 16px;
font-weight: 400; font-weight: 400;
color: #ffffff; color: #ffffff;
line-height: 50px; line-height: 50px;
@ -198,6 +198,7 @@ export default {
&-th { &-th {
text-align: center; text-align: center;
border: none; border: none;
font-weight: normal;
// width: calc(100% / 5); // width: calc(100% / 5);
} }
} }

Loading…
Cancel
Save