From c603fa0b2b463493e19ba5ee33f42ae6fd6683b2 Mon Sep 17 00:00:00 2001 From: TanYibin <5491541@qq.com> Date: Tue, 16 Jul 2024 16:57:29 +0800 Subject: [PATCH] 样式优化 --- ant-design-vue-jeecg/src/components/layouts/UserLayoutLogin.vue | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/ant-design-vue-jeecg/src/components/layouts/UserLayoutLogin.vue b/ant-design-vue-jeecg/src/components/layouts/UserLayoutLogin.vue index aa79c94..a3570fb 100644 --- a/ant-design-vue-jeecg/src/components/layouts/UserLayoutLogin.vue +++ b/ant-design-vue-jeecg/src/components/layouts/UserLayoutLogin.vue @@ -302,7 +302,7 @@ export default { } ::v-deep .ant-select-selection { border-width: 1px; - border-radius: 12px; + border-radius: 0.6vw; width: 100% !important; height: 100% !important; background-color: #fff; @@ -451,7 +451,6 @@ export default { padding-left: 0px; } #password { - //border-color: #AC1E2B; border-width: 1px; border-style: solid; border-radius: 0.6vw; @@ -508,7 +507,7 @@ a-select { color: #333; background-color: #fff; border: 1px solid #ccc; - border-radius: 4px; + border-radius: 0.6vw; } #logIn { border-color: #ac1e2b; -- libgit2 0.22.2