|
@@ -5,7 +5,10 @@
|
|
<img src='../../assets/close.png' alt />
|
|
<img src='../../assets/close.png' alt />
|
|
</div>
|
|
</div>
|
|
<div class='bomb-left'>
|
|
<div class='bomb-left'>
|
|
- <div class='bomb-left1'>当前策略 <span v-if="data.isExecuted" class="excute">已执行</span></div>
|
|
|
|
|
|
+ <div class='bomb-left1'>
|
|
|
|
+ 当前策略
|
|
|
|
+ <span v-if='data.isExecuted' class='excute'>已执行</span>
|
|
|
|
+ </div>
|
|
<div class='bomb-left2'>
|
|
<div class='bomb-left2'>
|
|
应执行时间
|
|
应执行时间
|
|
<span v-if='data.onTime'>{{data.onTime?data.onTime.slice(0,2)+":"+data.onTime.slice(2,4):"--"}}</span>
|
|
<span v-if='data.onTime'>{{data.onTime?data.onTime.slice(0,2)+":"+data.onTime.slice(2,4):"--"}}</span>
|
|
@@ -54,7 +57,7 @@
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class='bomb-right-bottom'>
|
|
<div class='bomb-right-bottom'>
|
|
- <el-input placeholder='你可以在此处填写备注信息' v-model='remarks' @blur='saveRemarks' prefix-icon='el-icon-edit'></el-input>
|
|
|
|
|
|
+ <el-input placeholder='你可以在此处填写备注信息' v-model='remarks' @blur='saveRemarks' prefix-icon='el-icon-edit'></el-input>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
@@ -99,21 +102,21 @@ export default {
|
|
let option = {
|
|
let option = {
|
|
color: ['#E1F2FF', '#0091FF'],
|
|
color: ['#E1F2FF', '#0091FF'],
|
|
graphic: [
|
|
graphic: [
|
|
- {
|
|
|
|
- type: 'text',
|
|
|
|
- left: 'center',
|
|
|
|
- top: '45%',
|
|
|
|
- style: {
|
|
|
|
- text: this.circle2 + '%',
|
|
|
|
- textAlign: 'center',
|
|
|
|
- fill: '#000', //文字的颜色
|
|
|
|
- width: 30,
|
|
|
|
- height: 30,
|
|
|
|
- fontSize: 18,
|
|
|
|
- color: '#4d4f5c',
|
|
|
|
- fontFamily: 'Microsoft YaHei'
|
|
|
|
|
|
+ {
|
|
|
|
+ type: 'text',
|
|
|
|
+ left: 'center',
|
|
|
|
+ top: '45%',
|
|
|
|
+ style: {
|
|
|
|
+ text: this.circle2 + '%',
|
|
|
|
+ textAlign: 'center',
|
|
|
|
+ fill: '#000', //文字的颜色
|
|
|
|
+ width: 30,
|
|
|
|
+ height: 30,
|
|
|
|
+ fontSize: 18,
|
|
|
|
+ color: '#4d4f5c',
|
|
|
|
+ fontFamily: 'Microsoft YaHei'
|
|
|
|
+ }
|
|
}
|
|
}
|
|
- }
|
|
|
|
],
|
|
],
|
|
series: [
|
|
series: [
|
|
{
|
|
{
|
|
@@ -125,7 +128,7 @@ export default {
|
|
label: {
|
|
label: {
|
|
normal: {
|
|
normal: {
|
|
show: true,
|
|
show: true,
|
|
- position: 'center',
|
|
|
|
|
|
+ position: 'center'
|
|
}
|
|
}
|
|
},
|
|
},
|
|
labelLine: {
|
|
labelLine: {
|
|
@@ -177,15 +180,15 @@ export default {
|
|
.bomb-left1 {
|
|
.bomb-left1 {
|
|
padding-left: 30px;
|
|
padding-left: 30px;
|
|
font-size: 16px;
|
|
font-size: 16px;
|
|
- margin: 0px 0 20px 0;
|
|
|
|
- .excute{
|
|
|
|
- width:58px;
|
|
|
|
- height:24px;
|
|
|
|
- background:rgba(217,245,214,1);
|
|
|
|
- border-radius:2px;
|
|
|
|
- font-size:14px;
|
|
|
|
- font-family:MicrosoftYaHei;
|
|
|
|
- color:rgba(35,123,25,1);
|
|
|
|
|
|
+ margin: 10px 0 20px 0;
|
|
|
|
+ .excute {
|
|
|
|
+ width: 58px;
|
|
|
|
+ height: 24px;
|
|
|
|
+ background: rgba(217, 245, 214, 1);
|
|
|
|
+ border-radius: 2px;
|
|
|
|
+ font-size: 14px;
|
|
|
|
+ font-family: MicrosoftYaHei;
|
|
|
|
+ color: rgba(35, 123, 25, 1);
|
|
padding: 2px 8px;
|
|
padding: 2px 8px;
|
|
margin-left: 6px;
|
|
margin-left: 6px;
|
|
}
|
|
}
|
|
@@ -200,7 +203,6 @@ export default {
|
|
padding-left: 30px;
|
|
padding-left: 30px;
|
|
color: #646c73;
|
|
color: #646c73;
|
|
font-size: 14px;
|
|
font-size: 14px;
|
|
-
|
|
|
|
}
|
|
}
|
|
}
|
|
}
|
|
.bomb-right {
|
|
.bomb-right {
|
|
@@ -215,12 +217,8 @@ export default {
|
|
.snapshotss-cont2-box1,
|
|
.snapshotss-cont2-box1,
|
|
.snapshotss-cont2-box2 {
|
|
.snapshotss-cont2-box2 {
|
|
flex: 1;
|
|
flex: 1;
|
|
- height: 80px;
|
|
|
|
- background: url('../../assets/copy.png');
|
|
|
|
- background-size: 100% 100%;
|
|
|
|
display: flex;
|
|
display: flex;
|
|
align-items: center;
|
|
align-items: center;
|
|
- padding-left: 24px;
|
|
|
|
}
|
|
}
|
|
.snapshotss-cont2-box1 {
|
|
.snapshotss-cont2-box1 {
|
|
margin-right: 12px;
|
|
margin-right: 12px;
|
|
@@ -232,7 +230,7 @@ export default {
|
|
margin-right: 20px;
|
|
margin-right: 20px;
|
|
}
|
|
}
|
|
span:not(:first-child) {
|
|
span:not(:first-child) {
|
|
- height: 28px;
|
|
|
|
|
|
+ height: 26px;
|
|
background: rgba(255, 255, 255, 1);
|
|
background: rgba(255, 255, 255, 1);
|
|
border-radius: 16px;
|
|
border-radius: 16px;
|
|
font-size: 14px;
|
|
font-size: 14px;
|
|
@@ -278,7 +276,7 @@ export default {
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
- .bomb-right-bottom{
|
|
|
|
|
|
+ .bomb-right-bottom {
|
|
margin-bottom: 10px;
|
|
margin-bottom: 10px;
|
|
}
|
|
}
|
|
}
|
|
}
|