Compare commits

...

2 Commits

Author SHA1 Message Date
2aef20eabf Merge branch 'main' of http://61.139.16.27:26684/zy_oyj/sgxt_web 2026-02-06 15:01:01 +08:00
9d4aba2f47 更新情报采集 2026-02-06 15:00:13 +08:00
2 changed files with 15 additions and 9 deletions

View File

@ -1,9 +1,6 @@
import * as ElIcons from "@element-plus/icons-vue"; import * as ElIcons from "@element-plus/icons-vue";
import Axios from 'axios' import Axios from 'axios'
import { createApp } from "vue";
import {
createApp
} from "vue";
import App from "./App.vue"; import App from "./App.vue";
import router from "./router"; import router from "./router";
import store from "./store"; import store from "./store";

View File

@ -11,7 +11,7 @@
<div class="form-content" v-loading="loading"> <div class="form-content" v-loading="loading">
<!-- <div class="form_cnt"> --> <!-- <div class="form_cnt"> -->
<FormMessage :disabled="disabled" v-model="listQuery" :formList="formData" ref="elform" :rules="rules"> <FormMessage :disabled="disabled" v-model="listQuery" :formList="formData" ref="elform" :rules="rules">
<template #jbxx> <!-- <template #jbxx>
<div> <div>
<h3 class="tags-title">报送情况</h3> <h3 class="tags-title">报送情况</h3>
<div style="width: 200%;"> <div style="width: 200%;">
@ -23,7 +23,7 @@
</el-descriptions> </el-descriptions>
</div> </div>
</div> </div>
</template> </template> -->
<template #shzt> <template #shzt>
<div v-if="disabled"> <div v-if="disabled">
<h3 class="tags-title">审核状态</h3> <h3 class="tags-title">审核状态</h3>
@ -566,17 +566,26 @@ defineExpose({ init });
.form-container { .form-container {
display: flex; display: flex;
width: 100%; width: 100%;
height: calc(100% - 50px);
overflow: hidden;
} }
.form-content { .form-content {
// display: flex; flex: 1;
width: 80%; height: 100%;
overflow: hidden;
overflow-y: auto;
} }
.timeline-container { .timeline-container {
width: 400px;
padding-right: 10px;
box-sizing: border-box;
border: 1px solid #ebeef5; border: 1px solid #ebeef5;
flex: 1;
margin: 0 10px; margin: 0 10px;
height: 100%;
overflow: hidden;
overflow-y: auto;
} }
/* 时间线宽度 */ /* 时间线宽度 */