add icon
This commit is contained in:
parent
bb4ed0f561
commit
a567454392
@ -22,6 +22,7 @@ import { onMounted, ref, watch } from 'vue'
|
||||
import { emitter } from '@renderer/utils/mitt'
|
||||
import { useRoute } from 'vue-router'
|
||||
import { Close, Finished, FullScreen, Minus } from '@element-plus/icons-vue'
|
||||
import icon from '@renderer/assets/icon.png'
|
||||
|
||||
const showTitleBar = ref(false)
|
||||
const showSaveIcon = ref(false)
|
||||
@ -56,10 +57,14 @@ watch(
|
||||
<div class="flex h-screen flex-col overflow-hidden bg-transparent">
|
||||
<div
|
||||
v-if="showTitleBar"
|
||||
class="flex h-10 w-full justify-between overflow-hidden window-title flex-shrink-0 bg-white/75"
|
||||
class="flex h-12 w-full justify-between overflow-hidden window-title flex-shrink-0 bg-white/75"
|
||||
>
|
||||
<!-- 标题 -->
|
||||
<div class="pl-4 font-bold leading-10">达成情况评价报告生成工具</div>
|
||||
<div class="flex items-center pl-4">
|
||||
<!-- 图标 -->
|
||||
<img class="h-8" :src="icon" alt="" />
|
||||
<!-- 标题 -->
|
||||
<div class="pl-4 font-bold">达成情况评价报告生成工具</div>
|
||||
</div>
|
||||
<!-- 最小化、最大化、关闭 -->
|
||||
<div class="flex items-center justify-center function">
|
||||
<div
|
||||
|
BIN
src/renderer/src/assets/icon.png
Normal file
BIN
src/renderer/src/assets/icon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 114 KiB |
Loading…
x
Reference in New Issue
Block a user