|
|
@ -284,7 +284,7 @@ export default { |
|
|
if (!tableBody) return |
|
|
if (!tableBody) return |
|
|
|
|
|
|
|
|
// 如果数据少于等于10条,不需要滚动 |
|
|
// 如果数据少于等于10条,不需要滚动 |
|
|
if (this.station1028List.length <= 10) { |
|
|
|
|
|
|
|
|
if (this.station1028List.length < 10) { |
|
|
return |
|
|
return |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
@ -465,7 +465,7 @@ export default { |
|
|
.panel-title-bar { |
|
|
.panel-title-bar { |
|
|
background: linear-gradient(135deg, rgba(23, 179, 163, 0.3) 0%, rgba(23, 179, 163, 0.15) 100%); |
|
|
background: linear-gradient(135deg, rgba(23, 179, 163, 0.3) 0%, rgba(23, 179, 163, 0.15) 100%); |
|
|
border-bottom: 1px solid rgba(23, 179, 163, 0.3); |
|
|
border-bottom: 1px solid rgba(23, 179, 163, 0.3); |
|
|
padding: 12px 16px; |
|
|
|
|
|
|
|
|
padding: 2px 16px; |
|
|
display: flex; |
|
|
display: flex; |
|
|
justify-content: space-between; |
|
|
justify-content: space-between; |
|
|
align-items: center; |
|
|
align-items: center; |
|
|
|