Commit c603fa0b2b463493e19ba5ee33f42ae6fd6683b2

Authored by 谭毅彬
1 parent c4459e30

样式优化

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