menu1.0
fanluyan 7 months ago
parent 6bec0b82ce
commit 42a0f2dd15

@ -6,6 +6,10 @@
direction="rtl" direction="rtl"
> >
<div class="ytDraw"> <div class="ytDraw">
<div class="openClass">
<el-button type="primary" @click="openPowerFun()"></el-button>
<el-button type="warning" @click="closePowerFun()"></el-button>
</div>
<div class="ytTop"> <div class="ytTop">
<div class="cirle"> <div class="cirle">
<div class="ybg1"> <div class="ybg1">
@ -319,6 +323,18 @@ export default {
this.termstatusFun(); this.termstatusFun();
}, },
//
openPowerFun() {
this.fucType = 0;
this.presetNum = 0;
this.termstatusFun();
},
//
closePowerFun() {
this.fucType = 9;
this.presetNum = 0;
this.termstatusFun();
},
// //
handleTop() { handleTop() {
console.log("我点击了向上移动一个单位"); console.log("我点击了向上移动一个单位");
@ -636,6 +652,10 @@ export default {
//display: flex; //display: flex;
padding: 12px; padding: 12px;
height: 100%; height: 100%;
.openClass {
display: flex;
justify-content: space-around;
}
.ytTop { .ytTop {
display: flex; display: flex;
height: 200px; height: 200px;

Loading…
Cancel
Save