From 100e10ad1a81aa61083d0bd26491b2e0e2270459 Mon Sep 17 00:00:00 2001 From: Jmysy <854085467@qq.com> Date: Sat, 23 May 2020 02:37:58 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E6=93=8D=E4=BD=9C=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Pear Admin v 2.0/admin/css/pearAdmin.css | 1 + Pear Admin v 2.0/view/console/console2.html | 23 +++- Pear Admin v 2.0/view/system/operate/add.html | 105 ++++++++++++++++++ .../view/system/operate/edit.html | 105 ++++++++++++++++++ Pear Admin v 2.0/view/system/power.html | 6 +- Pear Admin v 2.0/view/system/role.html | 6 +- Pear Admin v 2.0/view/system/user.html | 6 +- 7 files changed, 241 insertions(+), 11 deletions(-) create mode 100644 Pear Admin v 2.0/view/system/operate/add.html create mode 100644 Pear Admin v 2.0/view/system/operate/edit.html diff --git a/Pear Admin v 2.0/admin/css/pearAdmin.css b/Pear Admin v 2.0/admin/css/pearAdmin.css index 6430c19..c66b20c 100644 --- a/Pear Admin v 2.0/admin/css/pearAdmin.css +++ b/Pear Admin v 2.0/admin/css/pearAdmin.css @@ -141,6 +141,7 @@ display: none; } + /** 新增兼容 */ @media screen and (max-width:768px) { diff --git a/Pear Admin v 2.0/view/console/console2.html b/Pear Admin v 2.0/view/console/console2.html index c117bcf..6fe6061 100644 --- a/Pear Admin v 2.0/view/console/console2.html +++ b/Pear Admin v 2.0/view/console/console2.html @@ -105,7 +105,18 @@ .person .title{ font-size: 17px; font-weight: 600; - margin-left: 12px; + margin-left: 18px; + margin-top: 16px; + position: absolute; + display: inline-block; + } + .person .desc{ + font-size: 16px; + font-weight: 600; + margin-left: 115px; + margin-top: -30px; + position: absolute; + display: inline-block; } @@ -212,7 +223,9 @@