From a34b66fbce395d149da9088a451e7cda891e62cc Mon Sep 17 00:00:00 2001
From: licp <lichunping@guanfang.com.cn>
Date: 星期一, 25 三月 2024 15:24:33 +0800
Subject: [PATCH] 修改u页面样式
---
src/components/do/b1-inspect-order-plan/Inspection.vue | 40 +++++++++++++++++++---------------------
1 files changed, 19 insertions(+), 21 deletions(-)
diff --git a/src/components/do/b1-inspect-order-plan/Inspection.vue b/src/components/do/b1-inspect-order-plan/Inspection.vue
index e72e9ee..055e15c 100644
--- a/src/components/do/b1-inspect-order-plan/Inspection.vue
+++ b/src/components/do/b1-inspect-order-plan/Inspection.vue
@@ -24,31 +24,11 @@
background-color: #fff;
border-radius: 3px;
padding: 20px;
- }
-</style>
-<style>
- .el-form-item__label{
- color: #000;
- }
- .el-drawer__header::before {
- content: "";
- display: inline-block;
- width: 4px;
- height: 30.24px;
- background: #3A7BFA;
- border-radius: 10px;
- margin-left: 32px;
- margin-right: 8.5px;
- }
- .el-drawer__header{
- color: #303133;
- }
- .center{
display: flex;
align-items: center;
justify-content: center;
flex-wrap: wrap;
- }
+ }
.tables{
width: 800px;
}
@@ -86,6 +66,24 @@
align-items: end;
}
</style>
+<style>
+ .el-form-item__label{
+ color: #000;
+ }
+ .el-drawer__header::before {
+ content: "";
+ display: inline-block;
+ width: 4px;
+ height: 30.24px;
+ background: #3A7BFA;
+ border-radius: 10px;
+ margin-left: 32px;
+ margin-right: 8.5px;
+ }
+ .el-drawer__header{
+ color: #303133;
+ }
+</style>
<template>
<div>
<el-row class="title">
--
Gitblit v1.9.3