From e5a42538eda99a4860bddc417e107ef230df8837 Mon Sep 17 00:00:00 2001
From: 闫增涛 <1829501689@qq.com>
Date: 星期四, 23 五月 2024 12:17:02 +0800
Subject: [PATCH] 合书

---
 src/books/English/view/components/header.vue |   26 +-------------------------
 1 files changed, 1 insertions(+), 25 deletions(-)

diff --git a/src/books/English/view/components/header.vue b/src/books/English/view/components/header.vue
index 63a297b..d06b869 100644
--- a/src/books/English/view/components/header.vue
+++ b/src/books/English/view/components/header.vue
@@ -197,29 +197,5 @@
   font-size: 26px !important;
   color: #000 !important;
 }
-.preface-odd-header {
-  height: 104px;
-  display: flex;
-  align-items: center;
-  li:first-child {
-    width: 15px;
-    height: 100%;
-  }
-  li:last-child {
-    display: flex;
-    align-items: center;
-    span:first-child {
-      display: inline-block;
-      padding: 5px 10px;
-      border-radius: 8px 0 0 8px;
-      color: #fff;
-      font-weight: bold;
-    }
-    span:last-child {
-      width: 40px;
-      height: 30px;
-      display: inline-block;
-    }
-  }
-}
+
 </style>

--
Gitblit v1.9.1