diff --git a/frontend/src/App.vue b/frontend/src/App.vue index 0f77b8e..d89c392 100644 --- a/frontend/src/App.vue +++ b/frontend/src/App.vue @@ -3,11 +3,11 @@
- + - 投标信息一览 - + 投标信息一览 +
@@ -385,12 +385,21 @@ onUnmounted(() => { flex-direction: column; } +.is-mobile .el-main { + padding-top: 60px; +} + .mobile-header { + position: fixed; + top: 0; + left: 0; + right: 0; background-color: #434a50; color: white; padding: 0; height: 50px !important; line-height: 50px; + z-index: 1001; } .mobile-header-content { @@ -401,6 +410,11 @@ onUnmounted(() => { padding: 0 10px; } +.header-btn { + min-width: 44px; + min-height: 44px; +} + .mobile-title { font-size: 16px; font-weight: bold;