Commit c603fa0b2b463493e19ba5ee33f42ae6fd6683b2

Authored by 谭毅彬
1 parent c4459e30

样式优化

ant-design-vue-jeecg/src/components/layouts/UserLayoutLogin.vue
@@ -302,7 +302,7 @@ export default { @@ -302,7 +302,7 @@ export default {
302 } 302 }
303 ::v-deep .ant-select-selection { 303 ::v-deep .ant-select-selection {
304 border-width: 1px; 304 border-width: 1px;
305 - border-radius: 12px; 305 + border-radius: 0.6vw;
306 width: 100% !important; 306 width: 100% !important;
307 height: 100% !important; 307 height: 100% !important;
308 background-color: #fff; 308 background-color: #fff;
@@ -451,7 +451,6 @@ export default { @@ -451,7 +451,6 @@ export default {
451 padding-left: 0px; 451 padding-left: 0px;
452 } 452 }
453 #password { 453 #password {
454 - //border-color: #AC1E2B;  
455 border-width: 1px; 454 border-width: 1px;
456 border-style: solid; 455 border-style: solid;
457 border-radius: 0.6vw; 456 border-radius: 0.6vw;
@@ -508,7 +507,7 @@ a-select { @@ -508,7 +507,7 @@ a-select {
508 color: #333; 507 color: #333;
509 background-color: #fff; 508 background-color: #fff;
510 border: 1px solid #ccc; 509 border: 1px solid #ccc;
511 - border-radius: 4px; 510 + border-radius: 0.6vw;
512 } 511 }
513 #logIn { 512 #logIn {
514 border-color: #ac1e2b; 513 border-color: #ac1e2b;