|
@@ -1,7 +1,7 @@
|
|
|
<template>
|
|
<template>
|
|
|
<template v-if="!view">
|
|
<template v-if="!view">
|
|
|
<div class="czr-markdown-main flex size-full flex-col shadow">
|
|
<div class="czr-markdown-main flex size-full flex-col shadow">
|
|
|
- <div class="flex items-center gap-2.5 p-2.5 shadow">
|
|
|
|
|
|
|
+ <div class="flex items-center gap-2.5 px-2 py-1 shadow">
|
|
|
<template v-for="item in Menus">
|
|
<template v-for="item in Menus">
|
|
|
<template v-if="item.options?.length > 0">
|
|
<template v-if="item.options?.length > 0">
|
|
|
<el-dropdown>
|
|
<el-dropdown>
|
|
@@ -9,7 +9,7 @@
|
|
|
class="__hover button flex items-center gap-1"
|
|
class="__hover button flex items-center gap-1"
|
|
|
:title="item.title"
|
|
:title="item.title"
|
|
|
>
|
|
>
|
|
|
- <SvgIcon :name="item.icon" color="#000000" />
|
|
|
|
|
|
|
+ <SvgIcon :name="item.icon" color="#000000" size="26" />
|
|
|
<SvgIcon
|
|
<SvgIcon
|
|
|
name="czr_arrow"
|
|
name="czr_arrow"
|
|
|
:rotate="90"
|
|
:rotate="90"
|
|
@@ -34,7 +34,7 @@
|
|
|
@click="insertText(item.start, item.end)"
|
|
@click="insertText(item.start, item.end)"
|
|
|
:title="item.title"
|
|
:title="item.title"
|
|
|
>
|
|
>
|
|
|
- <SvgIcon :name="item.icon" color="#000000" size="20" />
|
|
|
|
|
|
|
+ <SvgIcon :name="item.icon" color="#000000" size="26" />
|
|
|
</div>
|
|
</div>
|
|
|
</template>
|
|
</template>
|
|
|
<template v-if="item.split">
|
|
<template v-if="item.split">
|