update 调整样式·
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 4.5 KiB |
@@ -1,6 +1,6 @@
|
||||
<template>
|
||||
<div class="terminal-container common-card" :class="[themeType]">
|
||||
<public-title title="健康终端报警">
|
||||
<public-title title="健康终端报警" :themeType="themeType">
|
||||
<template #right>
|
||||
<span class="right-text" @click="viewDetail">查看详情</span>
|
||||
</template>
|
||||
|
||||
@@ -17,6 +17,9 @@
|
||||
type: Boolean,
|
||||
default: () => false,
|
||||
},
|
||||
themeType: {
|
||||
type: String,
|
||||
},
|
||||
});
|
||||
const emit = defineEmits(['clickMore']);
|
||||
|
||||
@@ -63,4 +66,4 @@
|
||||
font-weight: normal;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user