瀏覽代碼

调整样式文件

Anyon 4 年之前
父節點
當前提交
4eab301665

+ 1 - 0
.gitignore

@@ -4,6 +4,7 @@
 .idea
 .vscode
 *.log
+.DS_Store
 /runtime
 /safefile
 /nbproject

文件差異過大導致無法顯示
+ 0 - 0
public/static/theme/css/console.css


文件差異過大導致無法顯示
+ 0 - 0
public/static/theme/css/console.css.map


+ 0 - 1
public/static/theme/css/console.custom.less

@@ -10,7 +10,6 @@
   letter-spacing: 6px;
   border: 1px solid @borderColor;
   background-color: #f2f2f2;
-  box-shadow: @minShadow;
 }
 
 .notselect {

+ 0 - 10
public/static/theme/css/console.layui.less

@@ -5,7 +5,6 @@ fieldset {
   border: 1px solid @borderColor;
   padding: 10px 20px 5px 20px;
   background: #fff;
-  box-shadow: @minShadow;
   border-radius: @borderRadius;
 
   legend {
@@ -17,7 +16,6 @@ fieldset {
 
 .layui-tab, .layui-card {
   overflow: hidden;
-  box-shadow: @minShadow;
   border-radius: @borderRadius;
 }
 
@@ -42,12 +40,6 @@ fieldset {
   border-radius: @borderRadius;
 }
 
-.layui-body > .layui-card > .layui-card-body {
-  > .layui-tab, > .layui-card {
-    box-shadow: @maxShadow;
-  }
-}
-
 .layui-btn {
   border: 1px solid #009688;
 
@@ -105,7 +97,6 @@ fieldset {
 
 .layui-badge {
   margin-right: 5px;
-  box-shadow: @minShadow;
 
   &-middle {
     width: 1em;
@@ -270,7 +261,6 @@ label.think-radio, label.think-checkbox {
 .layui-table {
   overflow: hidden;
   border-width: 0;
-  box-shadow: @minShadow;
   border-color: @borderColor;
   border-radius: @borderRadius;
   border-collapse: separate;

部分文件因文件數量過多而無法顯示