From b80d0c5dd5ca242427a07f4891e8a0dc354889b3 Mon Sep 17 00:00:00 2001 From: 明梦爽 <2972214568@qq.com> Date: 星期三, 19 一月 2022 23:46:29 +0800 Subject: [PATCH] 后台查看功能完成 --- src/assets/css/my_style.css | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/src/assets/css/my_style.css b/src/assets/css/my_style.css index 2e72188..8f31cec 100644 --- a/src/assets/css/my_style.css +++ b/src/assets/css/my_style.css @@ -20,6 +20,9 @@ .marr10{ margin-right: 10px !important; } +.marb5{ + margin-bottom: 5px !important; +} .marb10{ margin-bottom: 10px !important; } @@ -58,4 +61,8 @@ /* 钃濊壊鏍囬 */ .color { color: rgb(1, 72, 153); +} +/* 鍙樺皬鎵� */ +.cursor{ + cursor: pointer; } \ No newline at end of file -- Gitblit v1.8.0