mirror of
https://github.com/dataease/dataease.git
synced 2025-02-25 12:03:05 +08:00
feat:组件增加设置超链接功能
This commit is contained in:
parent
fe43c9cd3a
commit
58a17f9346
@ -122,12 +122,6 @@
|
|||||||
<el-color-picker ref="backgroundColorPicker" v-model="styleInfo.backgroundColor" style="margin-top: 7px;height: 0px" :predefine="predefineColors" size="mini" @change="styleChange" />
|
<el-color-picker ref="backgroundColorPicker" v-model="styleInfo.backgroundColor" style="margin-top: 7px;height: 0px" :predefine="predefineColors" size="mini" @change="styleChange" />
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div v-if="attrShow('hyperlinks')" style="width: 20px;float: left;margin-top: 2px;margin-left: 2px;">
|
|
||||||
<el-tooltip v-if="curComponent.hyperlinks" content="超链接">
|
|
||||||
<Hyperlinks :link-info="curComponent.hyperlinks" />
|
|
||||||
</el-tooltip>
|
|
||||||
</div>
|
|
||||||
<div v-if="attrShow('videoLinks')" style="width: 20px;float: left;margin-top: 2px;margin-left: 2px;">
|
<div v-if="attrShow('videoLinks')" style="width: 20px;float: left;margin-top: 2px;margin-left: 2px;">
|
||||||
<el-tooltip content="视频信息">
|
<el-tooltip content="视频信息">
|
||||||
<VideoLinks :link-info="curComponent.videoLinks" />
|
<VideoLinks :link-info="curComponent.videoLinks" />
|
||||||
|
Loading…
Reference in New Issue
Block a user