Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
data-table
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
You need to sign in or sign up before continuing.
Authored by
hookehuyr
2024-08-22 16:10:24 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
9a9d0f4fd0185d4785528e91ab4b92de93a05fd6
9a9d0f4f
1 parent
0c8fa9bf
fix 签名组件在只读状态下显示修复
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
src/components/SignField/MyComponent.vue
src/components/SignField/MyComponent.vue
View file @
9a9d0f4
<!--
* @Date: 2023-03-29 17:44:24
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2024-08-
03 20:36:11
* @LastEditTime: 2024-08-
22 16:09:05
* @FilePath: /data-table/src/components/SignField/MyComponent.vue
* @Description: 文件描述
-->
<template>
<div style="width: 100%;">
<div v-show="!default_value" ref="wrapperRef" class="esign-wrapper">
<div v-show="!default_value
&& !readonly
" ref="wrapperRef" class="esign-wrapper">
<vue-esign v-if="esignWidth" ref="esign" class="sign-wrapper" :width="esignWidth" :height="esignHeight" :isCrop="isCrop"
:lineWidth="lineWidth" :lineColor="lineColor" :bgColor.sync="bgColor" />
<div v-if="show_sign" class="whiteboard">
...
...
Please
register
or
login
to post a comment