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