返回按钮优化

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