forked from github/dataease
refactor(工作台): 文案修改
This commit is contained in:
parent
61b5df9ae9
commit
bbe289a315
@ -9,7 +9,7 @@
|
||||
@change="onPopButtonChange"
|
||||
>
|
||||
<div style="display: flex; line-height: 14px">
|
||||
<span style="margin-right: 4px">显示弹窗区筛选按钮</span>
|
||||
<span style="margin-right: 4px">显示弹窗区查询按钮</span>
|
||||
<el-tooltip class="item" :effect="themes" placement="bottom">
|
||||
<template #content>
|
||||
<div>预览时启用</div>
|
||||
|
@ -1,6 +1,6 @@
|
||||
<!-- IconSlider.vue -->
|
||||
<template>
|
||||
<el-tooltip offset="18" effect="dark" placement="left" content="查询">
|
||||
<el-tooltip offset="22" effect="dark" placement="left" content="查询">
|
||||
<div class="canvas-filter" @mousedown.stop @mousedup.stop>
|
||||
<div class="icon-slider" @mouseenter="slideOut" @mouseleave="slideBack">
|
||||
<div
|
||||
@ -58,7 +58,9 @@ const slideBack = () => {
|
||||
transition: transform 0.3s ease; /* 过渡动画 */
|
||||
background: rgba(26, 26, 26, 1);
|
||||
font-size: 14px;
|
||||
border: 1px solid rgba(67, 67, 67, 1);
|
||||
border-bottom: 1px solid rgba(67, 67, 67, 1);
|
||||
border-left: 1px solid rgba(67, 67, 67, 1);
|
||||
border-top: 1px solid rgba(67, 67, 67, 1);
|
||||
border-radius: 16px 0 0 16px;
|
||||
padding: 6px 0 0 6px;
|
||||
cursor: pointer;
|
||||
|
Loading…
Reference in New Issue
Block a user