style(工作台): 工作台接口数卡片style调整

This commit is contained in:
xinxin.wu 2024-12-16 16:31:55 +08:00 committed by Craftsman
parent dca4a854cd
commit c6ca0b8cfa
1 changed files with 3 additions and 3 deletions

View File

@ -57,14 +57,14 @@
<style scoped lang="less"> <style scoped lang="less">
.pass-rate-content { .pass-rate-content {
padding: 0 16px; padding: 0 8px 0 4px;
width: 100%; width: 100%;
height: 92px; height: 92px;
border-radius: 6px; border-radius: 6px;
background: var(--color-text-n9); background: var(--color-text-n9);
@apply flex items-center; @apply flex items-center justify-center;
.pass-rate-title { .pass-rate-title {
@apply ml-4 flex items-center gap-2; @apply flex items-center gap-2;
.pass-rate-count { .pass-rate-count {
font-size: 20px; font-size: 20px;
color: rgb(var(--primary-4)); color: rgb(var(--primary-4));