首页模块标题修改

This commit is contained in:
XaoLi717 2024-11-07 08:36:11 +08:00
parent 81076293c2
commit 24f4004eb7
2 changed files with 7 additions and 5 deletions

View File

@ -323,14 +323,14 @@
</el-card>
</el-col>
</el-row>
<Dialog :title="dialogTitle" v-model="dialogVisible" style="width: 85%">
<Dialog :title="dialogTitle" v-model="dialogVisible" style="width: 70%">
<el-form >
<el-form-item >
<span style="font-size: 20px; font-weight: bold;">{{formData.newsName}}</span>
<el-divider style="border-top: none; margin: 0;"/>
<span style="font-size: 12px">发布时间: {{formatTime(formData.newsCreatetime,'yyyy-MM-dd')}}</span>
<el-divider style="margin-top: 10px"/>
<span style="line-height: 1.2" v-html="formData.newsContent"></span>
<span style="line-height: 1.4" v-html="formData.newsContent"></span>
</el-form-item>
</el-form>
<template #footer>
@ -341,7 +341,7 @@
<script lang="ts" setup>
import { formatTime } from '@/utils'
import type {Todo, Email} from './types'
import {dateFormatter, dateFormatter2} from "@/utils/formatTime";
import {dateFormatter2} from "@/utils/formatTime";
import {DICT_TYPE} from "@/utils/dict";
import {imgApi, imgVO} from "@/api/home/homeimg";
import {CalendarDateType, CalendarInstance} from "element-plus";
@ -619,11 +619,13 @@ onMounted(() => {
}
</style>
<style>
<style scoped>
.SystemThem {
background-color: var(--el-color-primary);
}
.SystemThemFont {
font-size: 18px !important;
font-weight: bold !important;
color: var(--el-color-primary);
}
.custom-calendar {

View File

@ -157,7 +157,7 @@ const formRules = reactive({
const formRef = ref() // Ref
//
const processDefineKey = 'test-001' // Key
const processDefineKey = 'car-001' // Key
const startUserSelectTasks = ref([]) //
const startUserSelectAssignees = ref({}) //
const startUserSelectAssigneesFormRef = ref() // Ref