diff --git a/src/assets/scss/dataBoard/overview/index.scss b/src/assets/scss/dataBoard/overview/index.scss index 55e0cba68..3a9b376d2 100644 --- a/src/assets/scss/dataBoard/overview/index.scss +++ b/src/assets/scss/dataBoard/overview/index.scss @@ -582,33 +582,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 +660,7 @@ height: 40px; .th { - width: 110px; + width: 80px; height: 40px; line-height: 40px; font-size: 14px; @@ -669,11 +672,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 +724,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 a07ac8983..395b00a6d 100644 --- a/src/views/dataBoard/cpts/homeDetails/index.vue +++ b/src/views/dataBoard/cpts/homeDetails/index.vue @@ -50,7 +50,7 @@ - +