diff --git a/src/pages/exchangepage/edittemplate/main.js b/src/pages/exchangepage/edittemplate/main.js index 3aa75715..bedfd720 100644 --- a/src/pages/exchangepage/edittemplate/main.js +++ b/src/pages/exchangepage/edittemplate/main.js @@ -527,6 +527,7 @@ export default class edittemplate extends React.Component{ +
diff --git a/src/pages/exchangepage/edittemplate/main.less b/src/pages/exchangepage/edittemplate/main.less index e168b730..30b718d2 100644 --- a/src/pages/exchangepage/edittemplate/main.less +++ b/src/pages/exchangepage/edittemplate/main.less @@ -7652,4 +7652,12 @@ body.hide-all-hot-area .xj-hotarea { line-height: 40px; text-align: center; color: rgba(0,0,0,0.5); +} + +.verifycode{ + width: 83px !important; + height: 43px; + position: absolute; + right: 20px; + top: 80px; } \ No newline at end of file diff --git a/src/pages/exchangepage/template/preview.js b/src/pages/exchangepage/template/preview.js index 83a0dcee..1c62bde4 100644 --- a/src/pages/exchangepage/template/preview.js +++ b/src/pages/exchangepage/template/preview.js @@ -270,7 +270,8 @@ export default class acclist extends React.Component{
- + , +
diff --git a/src/pages/exchangepage/template/preview.less b/src/pages/exchangepage/template/preview.less index c6010f38..d60e4a97 100644 --- a/src/pages/exchangepage/template/preview.less +++ b/src/pages/exchangepage/template/preview.less @@ -302,4 +302,12 @@ justify-content: center; align-items: center; +} +.verifycode{ + width: 83px !important; + height: 43px; + position: absolute; + right: 20px; + top: 80px; + z-index: 666; } \ No newline at end of file