返回按钮优化

This commit is contained in:
xbx 2024-06-02 19:29:58 +08:00
parent 4f2001c9d4
commit 337e23ac7e
1 changed files with 6 additions and 6 deletions

View File

@ -510,12 +510,12 @@ export default {
graphic: [
{
type: 'rect',
left: 20,
top: 40,
left: 30,
top: 43,
z: 1, //
shape: {
width: 70, //
height: 35, //
width: 55, //
height: 30, //
},
style: {
fill: 'rgba(24, 144, 255)', //
@ -523,12 +523,12 @@ export default {
},
{
type: 'text',
left: 38,
left: 35,
top: 50,
z: 2, //
style: {
text: '返 回',
fontSize: 15,
fontSize: 20,
fill: 'white', //
},
onclick: function () {