diff --git a/src/assets/scss/dataBoard/overview/index.scss b/src/assets/scss/dataBoard/overview/index.scss index 55e0cba68..a6005c041 100644 --- a/src/assets/scss/dataBoard/overview/index.scss +++ b/src/assets/scss/dataBoard/overview/index.scss @@ -47,7 +47,7 @@ } .m-rybox { - width: 884px; + width: 910px; } .m-subbox { @@ -354,6 +354,7 @@ .m-jdwgy { height: auto!important; + width: 100%; padding: 12px 16px; } @@ -582,33 +583,36 @@ height: 40px; .th { - width: 110px; + width: 85px; height: 40px; line-height: 40px; font-size: 14px; font-weight: 400; color: #A3B9DA; + white-space: nowrap; } .th:nth-child(1) { width: 65px; text-align: center; } + .th:nth-child(2) { + width: 130px; + } .td { height: 40px; line-height: 40px; - width: 110px; overflow: hidden; font-size: 14px; font-weight: 400; + width: 85px; color: #FFFFFF; text-overflow: ellipsis; white-space: nowrap; - // padding: 0 8px; - // overflow: hidden; - // white-space: nowrap; - // text-overflow: ellipsis; + } + .td:nth-child(2) { + width: 130px; } .tdbg1 { @@ -657,7 +661,7 @@ height: 40px; .th { - width: 110px; + width: 80px; height: 40px; line-height: 40px; font-size: 14px; @@ -669,11 +673,14 @@ width: 65px; text-align: center; } + .th:nth-child(2) { + width: 130px; + } .td { height: 40px; line-height: 40px; - width: 110px; + width: 80px; font-size: 14px; font-weight: 400; color: #FFFFFF; @@ -718,6 +725,9 @@ width: 65px; text-align: center; } + .td:nth-child(2) { + width: 130px; + } } .tr:nth-child(even) { diff --git a/src/views/dataBoard/cpts/homeDetails/index.vue b/src/views/dataBoard/cpts/homeDetails/index.vue index 7bfaf46fe..4dc750786 100644 --- a/src/views/dataBoard/cpts/homeDetails/index.vue +++ b/src/views/dataBoard/cpts/homeDetails/index.vue @@ -50,7 +50,7 @@ - +