Commit a3b285bf authored by 田翔's avatar 田翔

fix: 个性签名修改

parent afcd5d4e
{ {
"name": "panda-xform", "name": "panda-xform",
"version": "5.1.2", "version": "5.1.3",
"description": "5.1.2 环境变量修复", "description": "5.1.3 个性签名修改",
"keywords": [ "keywords": [
"panda-xform" "panda-xform"
], ],
......
...@@ -39,6 +39,8 @@ const Drag = (props) => { ...@@ -39,6 +39,8 @@ const Drag = (props) => {
return ( return (
<Modal <Modal
getContainer={false} getContainer={false}
cancelText='取消'
okText='确定'
{...props} {...props}
style={style} style={style}
title={ title={
......
...@@ -70,7 +70,7 @@ const Signature = (props) => { ...@@ -70,7 +70,7 @@ const Signature = (props) => {
disabled ? ( disabled ? (
<img src={`${window.origin}/PandaWorkFlow/WorkFlow/AccountManage/DownloadFiles?filePath=${value}`}></img> <img src={`${window.origin}/PandaWorkFlow/WorkFlow/AccountManage/DownloadFiles?filePath=${value}`}></img>
) : ( ) : (
<div style={{ background: '#aaa', borderRadius: '5px' }}> <div style={{ background: '#F1F1F1', borderRadius: '5px' }}>
<ReactSignatureCanvas <ReactSignatureCanvas
ref={canvasRef} ref={canvasRef}
canvasProps={{ width: 500, height: 300 }} 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