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;
box-shadow: 0px 83px 150px 0px #002790;
border-radius: 8px;
margin-right: 15px;
margin-bottom: 15px;
margin: 10px 12px;
&-img {
display: flex;

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

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

Loading…
Cancel
Save