Compare commits
2 Commits
323fcd25fe
...
2aef20eabf
| Author | SHA1 | Date | |
|---|---|---|---|
| 2aef20eabf | |||
| 9d4aba2f47 |
@ -1,9 +1,6 @@
|
||||
import * as ElIcons from "@element-plus/icons-vue";
|
||||
import Axios from 'axios'
|
||||
|
||||
import {
|
||||
createApp
|
||||
} from "vue";
|
||||
import { createApp } from "vue";
|
||||
import App from "./App.vue";
|
||||
import router from "./router";
|
||||
import store from "./store";
|
||||
|
||||
@ -11,7 +11,7 @@
|
||||
<div class="form-content" v-loading="loading">
|
||||
<!-- <div class="form_cnt"> -->
|
||||
<FormMessage :disabled="disabled" v-model="listQuery" :formList="formData" ref="elform" :rules="rules">
|
||||
<template #jbxx>
|
||||
<!-- <template #jbxx>
|
||||
<div>
|
||||
<h3 class="tags-title">报送情况</h3>
|
||||
<div style="width: 200%;">
|
||||
@ -23,7 +23,7 @@
|
||||
</el-descriptions>
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
</template> -->
|
||||
<template #shzt>
|
||||
<div v-if="disabled">
|
||||
<h3 class="tags-title">审核状态</h3>
|
||||
@ -566,17 +566,26 @@ defineExpose({ init });
|
||||
.form-container {
|
||||
display: flex;
|
||||
width: 100%;
|
||||
height: calc(100% - 50px);
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.form-content {
|
||||
// display: flex;
|
||||
width: 80%;
|
||||
flex: 1;
|
||||
height: 100%;
|
||||
overflow: hidden;
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
||||
.timeline-container {
|
||||
width: 400px;
|
||||
padding-right: 10px;
|
||||
box-sizing: border-box;
|
||||
border: 1px solid #ebeef5;
|
||||
flex: 1;
|
||||
margin: 0 10px;
|
||||
height: 100%;
|
||||
overflow: hidden;
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
||||
/* 时间线宽度 */
|
||||
|
||||
Reference in New Issue
Block a user