|
@@ -149,7 +149,6 @@
|
|
|
|
|
|
<script setup>
|
|
|
import { getInspecion } from "@/api/business/processInspecion";
|
|
|
-import SpliterPlus from "@/components/SpliterPlus";
|
|
|
import { ref } from "vue";
|
|
|
const { proxy } = getCurrentInstance();
|
|
|
/** 表单抽屉 页变量 */
|
|
@@ -189,43 +188,6 @@ defineExpose({
|
|
|
});
|
|
|
</script>
|
|
|
<style scoped>
|
|
|
-.form-container .details-container {
|
|
|
- display: flex;
|
|
|
- flex-direction: column;
|
|
|
- position: relative;
|
|
|
- flex-grow: 1;
|
|
|
- overflow: hidden;
|
|
|
-}
|
|
|
-.form-container .details-container .details-head {
|
|
|
- padding: 2px 8px;
|
|
|
- height: 28px;
|
|
|
- background-color: #e3e9f0;
|
|
|
- box-sizing: border-box;
|
|
|
-}
|
|
|
-
|
|
|
-.form-container .details-container .details-head > div.title {
|
|
|
- padding-top: 4px;
|
|
|
- font-size: 16px;
|
|
|
- margin-right: 16px;
|
|
|
-}
|
|
|
-.form-container .details-container .details-body {
|
|
|
- position: relative;
|
|
|
- flex-grow: 1;
|
|
|
-}
|
|
|
-.form-container .details-container .details-body > div {
|
|
|
- position: absolute;
|
|
|
- top: 0;
|
|
|
- right: 0;
|
|
|
- bottom: 0;
|
|
|
- left: 0;
|
|
|
-}
|
|
|
-.form-container .details-container .details-body .el-table th.is-group,
|
|
|
-.form-container .details-container .details-body .el-table th.is-center,
|
|
|
-.form-container .details-container .details-body .el-table th.is-leaf {
|
|
|
- padding: 4px 0;
|
|
|
- border-color: #ebeef5;
|
|
|
- color: #333;
|
|
|
-}
|
|
|
.leftInfo {
|
|
|
font-size: 16px;
|
|
|
width: 120px;
|