From a5abb70a428f59894fc9ee4330f0033d6fe93a8b Mon Sep 17 00:00:00 2001 From: 杨磊 <505174330@qq.com> Date: 星期四, 24 四月 2025 18:38:13 +0800 Subject: [PATCH] Merge branch 'master' of http://182.92.203.7:2001/r/wyyDatabase --- src/views/chronology/yearWindow.vue | 5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) diff --git a/src/views/chronology/yearWindow.vue b/src/views/chronology/yearWindow.vue index a04521e..d55d184 100644 --- a/src/views/chronology/yearWindow.vue +++ b/src/views/chronology/yearWindow.vue @@ -7,7 +7,7 @@ <div v-if="imgLink != ''" class="imgBox"> <img class="autoImg" :src="imgLink" alt="" /> </div> - <div v-else>鏆傛棤鍥剧墖</div> + <div style="text-align: center; font-size: 18px; color: #999" v-else>鏆傛棤鍥剧墖</div> </div> </div> </div> @@ -44,7 +44,7 @@ <style scoped> .dialogBox { width: 700px; - height: 100%; + min-height: 300px; position: relative; padding: 15px; z-index: 20; @@ -53,7 +53,6 @@ .content { display: flex; justify-content: space-between; - align-items: center; } .leftTxt { width: 350px; -- Gitblit v1.9.1