update 调整样式·
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 4.5 KiB |
@@ -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>
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user