mirror of
https://gitee.com/hhyykk/ipms-sjy-ui.git
synced 2025-02-02 03:34:59 +08:00
fix: 兼容dark模式文字颜色显示不清问题
This commit is contained in:
parent
287421df7a
commit
e294520cf9
@ -13,7 +13,7 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="flex items-center gap-5 mb-10px text-13px">
|
<div class="flex items-center gap-5 mb-10px text-13px">
|
||||||
<div class="bg-gray-100 h-35px rounded-3xl flex items-center p-8px gap-2">
|
<div class="bg-gray-100 h-35px rounded-3xl flex items-center p-8px gap-2 dark:color-gray-600">
|
||||||
<img class="rounded-full h-28px" src="@/assets/imgs/avatar.jpg" alt="" />
|
<img class="rounded-full h-28px" src="@/assets/imgs/avatar.jpg" alt="" />
|
||||||
{{ processInstance?.startUser?.nickname }}
|
{{ processInstance?.startUser?.nickname }}
|
||||||
</div>
|
</div>
|
||||||
@ -48,7 +48,9 @@
|
|||||||
|
|
||||||
<div class="h-60px" v-if="runningTask?.id">
|
<div class="h-60px" v-if="runningTask?.id">
|
||||||
<el-divider class="!my-8px" />
|
<el-divider class="!my-8px" />
|
||||||
<div class="text-14px flex items-center color-#32373c font-bold btn-container">
|
<div
|
||||||
|
class="text-14px flex items-center color-#32373c dark:color-#fff font-bold btn-container"
|
||||||
|
>
|
||||||
<el-popover :visible="passVisible" placement="top-end" :width="500" trigger="click">
|
<el-popover :visible="passVisible" placement="top-end" :width="500" trigger="click">
|
||||||
<template #reference>
|
<template #reference>
|
||||||
<el-button plain type="success" @click="openPopover('1')">
|
<el-button plain type="success" @click="openPopover('1')">
|
||||||
|
Loading…
Reference in New Issue
Block a user