From 3f2576186ef48dfc444c6fc58358dc9d2ccb5edd Mon Sep 17 00:00:00 2001 From: e <2432808546@qq.com> Date: Wed, 15 Dec 2021 19:08:38 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=AF=BC=E5=87=BA=E6=8A=A5?= =?UTF-8?q?=E5=91=8A=E5=A4=AA=E5=B0=8F=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/record/show/index.vue | 215 +++++++++++++++++--------------- src/styles/common.scss | 1 - 2 files changed, 113 insertions(+), 103 deletions(-) diff --git a/src/pages/record/show/index.vue b/src/pages/record/show/index.vue index 24a3a36..f823c7e 100644 --- a/src/pages/record/show/index.vue +++ b/src/pages/record/show/index.vue @@ -9,111 +9,115 @@ -
-
-
标准实验报告
- - {{ editing ? "保存" : "编辑" }} - -
-
-

- 基本信息 -
-
- - - - - - - - - - - - - - - - -
-
-
-

实验项目名称

-
- -
-
-
-

实验目的

-
-
-
-
-
-

实验数据

-
- - - - - - - + + + +
+
+
+

实验总结与体会

+
+ +
- @@ -172,7 +176,7 @@ export default { document.querySelector("body").setAttribute("style", "overflow: visible"); this.loading = true; this.loadIns = Loading.service({ - background: "rgba(255,255,255,.6)" + background: "#fff" }); document.querySelector("#pdfDom").scrollTop = 0; var title = this.title; @@ -231,15 +235,19 @@ export default {