|
@@ -162,7 +162,44 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
+ <div v-show="panelState == 15" style="text-align: center;border-bottom: #E2E4EE solid 1px;padding-top: 12px;padding-bottom: 12px;">
|
|
|
+ <div style="font-size:12px;
|
|
|
+ font-family:MicrosoftYaHei;
|
|
|
+ color:rgba(51,51,51,1);
|
|
|
+ margin-left: 20px; width: 100%; text-align: left; margin-bottom: 10px;
|
|
|
+ line-height:16px;letter-spacing: 0; word-break:keep-all;">
|
|
|
+ 文字颜色
|
|
|
+ </div>
|
|
|
+ <div style="width:100%; display: flex;flex-direction: row">
|
|
|
+ <div
|
|
|
+ style="display: inline-flex; overflow: hidden;cursor: pointer;width:50%;justify-content: left; margin-left: 20px;">
|
|
|
+ <div style="font-size:12px;
|
|
|
+ font-family:MicrosoftYaHei;
|
|
|
+ color:rgba(51,51,51,1);
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
+ letter-spacing: 0; word-break:keep-all;">未选中</div>
|
|
|
+ <div style="font-size: 14px;color: #999999;letter-spacing: 0; word-break:keep-all; margin-left: 5px;">
|
|
|
+ <el-color-picker v-model="element.color" show-alpha style="width: 100%;" size='small'></el-color-picker>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+
|
|
|
+ <div
|
|
|
+ style="display: inline-flex; overflow: hidden;cursor: pointer;width:50%;justify-content: left; margin-left: 20px;">
|
|
|
+ <div style="font-size:12px;
|
|
|
+ font-family:MicrosoftYaHei;
|
|
|
+ color:rgba(51,51,51,1);
|
|
|
+ align-items: center;
|
|
|
+ display: flex;
|
|
|
+ letter-spacing: 0; word-break:keep-all;">选中</div>
|
|
|
+ <div style="font-size: 14px;color: #999999;letter-spacing: 0; word-break:keep-all;margin-left: 5px;">
|
|
|
+ <el-color-picker v-model="element.selectedColor" show-alpha style="width: 100%" size='small'>
|
|
|
+ </el-color-picker>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
<div style="vertical-align: middle;border-bottom: #E2E4EE solid 1px;padding-bottom: 12px; padding-top: 11px;">
|
|
|
<div style="display: inline-flex; width:24%;text-align: left; margin-bottom: 10px;">
|
|
|
<div style="font-size:12px;
|
|
@@ -232,7 +269,7 @@
|
|
|
|
|
|
</div>
|
|
|
|
|
|
- <div style="text-align: center;border-bottom: #E2E4EE solid 1px;padding-top: 12px;padding-bottom: 12px;">
|
|
|
+ <div v-show="panelState != 15" style="text-align: center;border-bottom: #E2E4EE solid 1px;padding-top: 12px;padding-bottom: 12px;">
|
|
|
<div style="width:100%; display: flex;flex-direction: row">
|
|
|
<div
|
|
|
style="display: inline-flex; overflow: hidden;cursor: pointer;width:50%;justify-content: left; margin-left: 20px;">
|
|
@@ -1220,4 +1257,4 @@
|
|
|
background: url("../../static/font/yzd_heavy.png") no-repeat center center/50% 50%;
|
|
|
-moz-background-origin: content-box;
|
|
|
}
|
|
|
-</style>
|
|
|
+</style>
|