diff --git a/src/components/Audit.vue b/src/components/Audit.vue
index 26fca82..566f13f 100644
--- a/src/components/Audit.vue
+++ b/src/components/Audit.vue
@@ -1,5 +1,18 @@
-
+
+
+
+
+
Admin
+
修改注射泵速率
+
2023-06-29 13:59
+
+
+
@@ -11,5 +24,60 @@
box-sizing: border-box;
background: #ffffff;
border-radius: 16px;
+ .header_wrap {
+ display: flex;
+ align-items: center;
+ justify-content: space-between;
+ height: 80.29px;
+ background: #f6f6f6;
+ border-radius: 16px 16px 0px 0px;
+ padding: 0 89.43px;
+ box-sizing: border-box;
+ font-family: Source Han Sans CN;
+ font-size: 18px;
+ font-weight: normal;
+ line-height: normal;
+ letter-spacing: 0.07em;
+ color: #999999;
+ }
+ .content_wrap {
+ height: 499.71px;
+ overflow: scroll;
+ .line {
+ padding: 23px;
+ padding-left: 40px;
+ font-family: Source Han Sans CN;
+ font-size: 18px;
+ font-weight: normal;
+ line-height: normal;
+ letter-spacing: 0.07em;
+ color: #191919;
+ display: flex;
+ align-items: center;
+ justify-content: space-between;
+ border-bottom: 1px solid #f6f6f6;
+ .username {
+ width: 160px;
+ overflow: hidden;
+ white-space: nowrap;
+ text-overflow: ellipsis;
+ text-align: center;
+ }
+ .oper {
+ width: 550px;
+ overflow: hidden;
+ white-space: nowrap;
+ text-overflow: ellipsis;
+ text-align: center;
+ }
+ .time {
+ width: 200px;
+ overflow: hidden;
+ text-align: center;
+ white-space: nowrap;
+ text-overflow: ellipsis;
+ }
+ }
+ }
}
diff --git a/src/pages/Home.vue b/src/pages/Home.vue
index 384e248..c381b03 100644
--- a/src/pages/Home.vue
+++ b/src/pages/Home.vue
@@ -253,7 +253,6 @@
-