Commit f236798e9dfd0f84a9095d3566aec0e000fb4e20

Authored by 谭毅彬
1 parent 76629525

火狐,safari兼容

Signed-off-by: TanYibin <5491541@qq.com>
ant-design-vue-jeecg/src/components/layouts/UserLayoutLogin.vue
... ... @@ -295,6 +295,7 @@ export default {
295 295 </script>
296 296  
297 297 <style lang="less" scoped>
  298 +
298 299 #userLayout {
299 300 height: 100%;
300 301 display: flex; /* 设置flex布局 */
... ... @@ -307,6 +308,7 @@ export default {
307 308 margin-left: 0.5vw;
308 309 line-height: 2vw;
309 310 }
  311 +
310 312 /deep/ .ant-form {
311 313 width: 100%;
312 314 }
... ... @@ -318,11 +320,13 @@ export default {
318 320  
319 321 .left-div {
320 322 flex: 0 0 68%; /* 左侧div宽度为容器的70% */
  323 + width: 68%;
321 324 }
322 325  
323 326 .right-div {
324 327 display: flex;
325 328 flex: 0 0 32%;
  329 + width: 32%;
326 330 background-color: #fafafa;
327 331 display: flex; /* 使用 flex 布局 */
328 332 flex-direction: column; /* 垂直排列子元素 */
... ... @@ -363,9 +367,11 @@ export default {
363 367 }
364 368 #logoImg {
365 369 width: 10vw;
  370 + height: 3vw;
  371 + line-height: 3vw;
366 372 margin-left: 2vw;
367   - line-height: 0vw;
368 373 margin-right: 0.5vw;
  374 + font-size: 0vw;
369 375 // height: 100%;
370 376 float: right;
371 377 position: relative;
... ... @@ -387,6 +393,8 @@ export default {
387 393 }
388 394 #text {
389 395 // height: 69%;
  396 + height: 3vw;
  397 + line-height: 3vw;
390 398 width: 100%;
391 399 font-size: 1.1vw;
392 400 margin-bottom: 0vw;
... ...