feat: Descriptions组件重构

This commit is contained in:
kailong321200875
2023-06-25 16:02:15 +08:00
parent 4f8330a4fa
commit 49e415d277
14 changed files with 247 additions and 186 deletions

View File

@@ -202,7 +202,7 @@ const clear = () => {
<template>
<div
:class="prefixCls"
class="fixed top-[45%] right-0 w-40px h-40px flex items-center justify-center bg-[var(--el-color-primary)] cursor-pointer"
class="fixed top-[45%] right-0 w-40px h-40px flex items-center justify-center bg-[var(--el-color-primary)] cursor-pointer z-10"
@click="drawer = true"
>
<Icon icon="ant-design:setting-outlined" color="#fff" />