diff --git a/component/pear/css/pear-module/tab.css b/component/pear/css/pear-module/tab.css index d81771d..3f30bbf 100644 --- a/component/pear/css/pear-module/tab.css +++ b/component/pear/css/pear-module/tab.css @@ -83,7 +83,6 @@ .pear-tab .layui-tab-prev { left: 0px; border-right: whitesmoke 1px solid; - border-left: whitesmoke 1px solid; } .pear-tab .layui-tab-next { diff --git a/index.html b/index.html index f93e77f..21acd00 100644 --- a/index.html +++ b/index.html @@ -3,7 +3,7 @@ - Pear Admin Layui + Pear Admin Layui @@ -28,7 +28,7 @@
  • - + 就眠仪式 @@ -45,7 +45,7 @@
    @@ -70,8 +70,10 @@ layui.use(['admin'], function() { var admin = layui.admin; - admin.render({currentUser:"admin"}); + admin.render({ + currentUser: "admin" + }); }) - \ No newline at end of file +