From 0b6676302647ef7ec5e9e582642fa281b455f74c Mon Sep 17 00:00:00 2001
From: 明梦爽 <2972214568@qq.com>
Date: 星期六, 20 十一月 2021 20:48:02 +0800
Subject: [PATCH] 静态图片展示

---
 src/views/other.vue |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/src/views/other.vue b/src/views/other.vue
index fc1e702..cb76287 100644
--- a/src/views/other.vue
+++ b/src/views/other.vue
@@ -56,6 +56,9 @@
 }
 </script>
 <style lang="less" scoped>
+.underline {
+  border-bottom: 1px solid rgb(1, 72, 153);
+}
 .aLianJ {
   height: 30px;
   background-color: rgb(242, 243, 244);

--
Gitblit v1.8.0