feat: 样式
This commit is contained in:
@@ -218,4 +218,8 @@
|
|||||||
|
|
||||||
.q-content-top .ant-input {
|
.q-content-top .ant-input {
|
||||||
color: #fff !important;
|
color: #fff !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.q-content-top .ant-input::-webkit-input-placeholder {
|
||||||
|
color: #ccc !important;
|
||||||
}
|
}
|
||||||
@@ -59,7 +59,7 @@
|
|||||||
|
|
||||||
<script>
|
<script>
|
||||||
import * as echarts from "echarts";
|
import * as echarts from "echarts";
|
||||||
// import { tdsceneAnalysis } from "./api.js";
|
import { tdsceneAnalysis } from "./api.js";
|
||||||
|
|
||||||
var chartA = null;
|
var chartA = null;
|
||||||
var chartB = null;
|
var chartB = null;
|
||||||
@@ -116,12 +116,12 @@ export default {
|
|||||||
},
|
},
|
||||||
mounted() {
|
mounted() {
|
||||||
|
|
||||||
// tdsceneAnalysis({
|
tdsceneAnalysis({
|
||||||
// sn: "8x9BpyEm",
|
sn: "8x9BpyEm",
|
||||||
// data: {
|
data: {
|
||||||
// question_indexs: "1"
|
question_indexs: "1"
|
||||||
// }
|
}
|
||||||
// });
|
});
|
||||||
|
|
||||||
chartA = echarts.init(this.$refs.chartA);
|
chartA = echarts.init(this.$refs.chartA);
|
||||||
chartA.setOption({
|
chartA.setOption({
|
||||||
|
|||||||
@@ -161,7 +161,7 @@
|
|||||||
@change="onUpdate"
|
@change="onUpdate"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
<div class="config-base-item config-ext-item config-item-last">
|
<div v-if="configTemp.is_show_time" class="config-base-item config-ext-item config-item-last">
|
||||||
<span>限制时间</span>
|
<span>限制时间</span>
|
||||||
<a-input-number
|
<a-input-number
|
||||||
:min="1"
|
:min="1"
|
||||||
|
|||||||
Reference in New Issue
Block a user