diff --git a/src/components/CardBox/index.vue b/src/components/CardBox/index.vue index fa24788a..31745c42 100644 --- a/src/components/CardBox/index.vue +++ b/src/components/CardBox/index.vue @@ -208,6 +208,7 @@ const handleClick = () => { border: 1px solid #e6e6e6; overflow: hidden; cursor: pointer; + border-radius: 10px; &:hover { box-shadow: 0 0 24px rgba(#000, 0.1); @@ -281,8 +282,8 @@ const handleClick = () => { width: 100px; padding: 2px 0; background-color: rgba(#5995f5, 0.15); - transform: skewX(45deg); - + //transform: skewX(45deg); + border-radius: 15px 0 0 15px; &.success { background-color: @success-color-deprecated-bg; } @@ -296,7 +297,7 @@ const handleClick = () => { } .card-state-content { - transform: skewX(-45deg); + //transform: skewX(-45deg); } } @@ -424,8 +425,9 @@ const handleClick = () => { width: 100%; border-radius: 0; background: #f6f6f6; - border: 1px solid #e6e6e6; + border: none; color: #2f54eb; + border-radius: 20px; &:hover { background-color: @primary-color-hover; @@ -456,7 +458,7 @@ const handleClick = () => { :deep(button) { background: @error-color-deprecated-bg; - border: 1px solid @error-color-outline; + //border: 1px solid @error-color-outline; span { color: @error-color !important; diff --git a/src/views/home/components/PlatformPicCard.vue b/src/views/home/components/PlatformPicCard.vue index 57f3b160..79a083c6 100644 --- a/src/views/home/components/PlatformPicCard.vue +++ b/src/views/home/components/PlatformPicCard.vue @@ -48,7 +48,7 @@ const props = defineProps({ width: 100%; height: calc(100% - 50px); margin-top: 40px; - background-size: auto 90%; + background-size: 85%; background-position: center; background-repeat: no-repeat; }