Commit a3b285bf authored by 田翔's avatar 田翔

fix: 个性签名修改

parent afcd5d4e
{
"name": "panda-xform",
"version": "5.1.2",
"description": "5.1.2 环境变量修复",
"version": "5.1.3",
"description": "5.1.3 个性签名修改",
"keywords": [
"panda-xform"
],
......
......@@ -39,6 +39,8 @@ const Drag = (props) => {
return (
<Modal
getContainer={false}
cancelText='取消'
okText='确定'
{...props}
style={style}
title={
......
......@@ -70,7 +70,7 @@ const Signature = (props) => {
disabled ? (
<img src={`${window.origin}/PandaWorkFlow/WorkFlow/AccountManage/DownloadFiles?filePath=${value}`}></img>
) : (
<div style={{ background: '#aaa', borderRadius: '5px' }}>
<div style={{ background: '#F1F1F1', borderRadius: '5px' }}>
<ReactSignatureCanvas
ref={canvasRef}
canvasProps={{ width: 500, height: 300 }}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment