Browse Source

修改样式

10-plugin-task-start
aBin 4 years ago
parent
commit
3979d9274c
  1. 6
      index.html

6
index.html

@ -51,10 +51,10 @@
<!-- 任务开始插件 -->
<div data-root="p1419895659787722752" class="flex flex-row items-center" style="height:100%;width:100%;">
<div class="flex-1 title"></div>
<div class="flex flex-nowrap startBtn mr-2">
<div class="flex flex-nowrap startBtn" style="margin-right: 25px;">
<button class="bg-blue-500 text-xs rounded-full py-1 px-5 text-white" onclick="p1419895659787722752.show(this)">开始</button>
</div>
<div class="flex flex-nowrap statusBtn mr-2 font-bold" style="display:none">
<div class="flex flex-nowrap statusBtn font-bold" style="display:none;margin-right: 25px;">
<span class="mr-3 startTime" onclick="p1419895659787722752.show(this)"></span>
<span class="text-red-500 disparity"></span>
</div>
@ -156,7 +156,7 @@
},
// 选择时间 添加
async show(){
show(){
var timeBox = this.dom.querySelector('.time-box');
timeBox.style.display = 'block'
this.setTimeData()

Loading…
Cancel
Save