feat(站点概览): 添加状态和告警自定义弹窗组件
refactor(样式): 重构弹窗样式并分离状态和告警样式 style: 调整页面间距和布局
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<el-row>
|
||||
<el-row v-if="titleStatus">
|
||||
<el-col>
|
||||
<div style="color: rgba(0, 30, 59, 1);font-family: 'Alibaba-PuHuiTi-Bold';margin: 10px 0 0 0;"
|
||||
:style="{ fontSize: fontLevelMap[props.fontLevel] }">
|
||||
@ -11,10 +11,10 @@
|
||||
{{ props.subtitle }}
|
||||
</p>
|
||||
</el-col>
|
||||
|
||||
</el-row>
|
||||
</template>
|
||||
<script setup>
|
||||
const titleStatus = ref(false)
|
||||
const props = defineProps({
|
||||
title: String,
|
||||
subtitle: String,
|
||||
|
||||
Reference in New Issue
Block a user