diff --git a/ant-design-vue-jeecg/src/components/layouts/UserLayoutLogin.vue b/ant-design-vue-jeecg/src/components/layouts/UserLayoutLogin.vue index 33af116..cc4bab8 100644 --- a/ant-design-vue-jeecg/src/components/layouts/UserLayoutLogin.vue +++ b/ant-design-vue-jeecg/src/components/layouts/UserLayoutLogin.vue @@ -382,8 +382,9 @@ export default { #logoImg { z-index: 100; width: 10vw; - height: 4.75vw; - line-height: 4.5vw; + height: 1.5vw; + line-height: 1.5vw; + margin-bottom: 1vw; margin-left: 2vw; margin-right: 0.5vw; font-size: 1.1vw; @@ -397,11 +398,11 @@ export default { } #text { z-index: 100; - height: 4.5vw; - line-height: 4.5vw; + height: 1.5vw; + line-height: 1.5vw; width: 100%; font-size: 1.1vw; - margin-bottom: 0vw; + margin-bottom: 0.8vw; color: #333333; font-family: 'Microsoft YaHei', 'SimSun', sans-serif; font-weight: bold;