diff --git a/public/map/components/CompanyShorePower.vue b/public/map/components/CompanyShorePower.vue index 0322127..53d1fa8 100644 --- a/public/map/components/CompanyShorePower.vue +++ b/public/map/components/CompanyShorePower.vue @@ -526,7 +526,7 @@ onMounted(() => { display: flex; align-items: center; justify-content: center; - font-size: 16px; + font-size: 24px; font-weight: bold; color: #fff; padding: 4px; diff --git a/public/map/components/ShorePowerUsageRate.vue b/public/map/components/ShorePowerUsageRate.vue index d634b96..0e2235e 100644 --- a/public/map/components/ShorePowerUsageRate.vue +++ b/public/map/components/ShorePowerUsageRate.vue @@ -438,31 +438,8 @@ onBeforeUnmount(() => { margin-right: 4px; } -.comparison-type-selector { - display: inline-flex; - margin: 0 10px; - width: fit-content; - background: rgba(255, 255, 255, 0.1); - padding: 2px; - // margin-bottom: 8px; - border-radius: 4px; -} -.comparison-type-btn { - border: none; - background: transparent; - color: #ccc; - padding: 4px 8px; - border-radius: 2px; - cursor: pointer; - font-size: 14px; - transition: all 0.3s; - &.active { - background: #1890ff; - color: white; - } -} .right { /* gap: 0 */ diff --git a/public/map/components/ShowData.vue b/public/map/components/ShowData.vue index 088216a..2bb4394 100644 --- a/public/map/components/ShowData.vue +++ b/public/map/components/ShowData.vue @@ -65,7 +65,7 @@ 名称: {{ shipSelectedItem.shipBasicInfo.name + '-' + shipSelectedItem.shipBasicInfo.nameEn - }} + }} @@ -310,26 +311,38 @@