update 调整样式·

This commit is contained in:
zk
2024-06-15 12:08:57 +08:00
parent 78e5bab6a9
commit 1adff85a83
3 changed files with 5 additions and 2 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 4.5 KiB

+1 -1
View File
@@ -1,6 +1,6 @@
<template> <template>
<div class="terminal-container common-card" :class="[themeType]"> <div class="terminal-container common-card" :class="[themeType]">
<public-title title="健康终端报警"> <public-title title="健康终端报警" :themeType="themeType">
<template #right> <template #right>
<span class="right-text" @click="viewDetail">查看详情</span> <span class="right-text" @click="viewDetail">查看详情</span>
</template> </template>
+4 -1
View File
@@ -17,6 +17,9 @@
type: Boolean, type: Boolean,
default: () => false, default: () => false,
}, },
themeType: {
type: String,
},
}); });
const emit = defineEmits(['clickMore']); const emit = defineEmits(['clickMore']);
@@ -63,4 +66,4 @@
font-weight: normal; font-weight: normal;
} }
} }
</style> </style>