Commit 6c07d201c1516cbf091e370319918a467515bc03

Authored by 谭毅彬
1 parent dc36a3ff

登录页样式调整

Signed-off-by: TanYibin <5491541@qq.com>
ant-design-vue-jeecg/src/components/layouts/UserLayoutLogin.vue
@@ -382,8 +382,9 @@ export default { @@ -382,8 +382,9 @@ export default {
382 #logoImg { 382 #logoImg {
383 z-index: 100; 383 z-index: 100;
384 width: 10vw; 384 width: 10vw;
385 - height: 4.75vw;  
386 - line-height: 4.5vw; 385 + height: 1.5vw;
  386 + line-height: 1.5vw;
  387 + margin-bottom: 1vw;
387 margin-left: 2vw; 388 margin-left: 2vw;
388 margin-right: 0.5vw; 389 margin-right: 0.5vw;
389 font-size: 1.1vw; 390 font-size: 1.1vw;
@@ -397,11 +398,11 @@ export default { @@ -397,11 +398,11 @@ export default {
397 } 398 }
398 #text { 399 #text {
399 z-index: 100; 400 z-index: 100;
400 - height: 4.5vw;  
401 - line-height: 4.5vw; 401 + height: 1.5vw;
  402 + line-height: 1.5vw;
402 width: 100%; 403 width: 100%;
403 font-size: 1.1vw; 404 font-size: 1.1vw;
404 - margin-bottom: 0vw; 405 + margin-bottom: 0.8vw;
405 color: #333333; 406 color: #333333;
406 font-family: 'Microsoft YaHei', 'SimSun', sans-serif; 407 font-family: 'Microsoft YaHei', 'SimSun', sans-serif;
407 font-weight: bold; 408 font-weight: bold;