Browse Source

细节

develop
叙述、别离 1 month ago
parent
commit
9be4794435
3 changed files with 5 additions and 5 deletions
  1. +1
    -1
      src/static/ckeditor/contents.css
  2. +3
    -3
      src/static/web/css/admin.css
  3. +1
    -1
      src/static/web/css/style.css

+ 1
- 1
src/static/ckeditor/contents.css View File

@@ -3,7 +3,7 @@
letter-spacing:0.5px
}
body {
line-height:1.6;
line-height:1.5;
font-size:14px;
font-family:Helvetica Neue,Helvetica,PingFang SC,Tahoma,Arial,sans-serif;
color:#6c757d;


+ 3
- 3
src/static/web/css/admin.css View File

@@ -12,7 +12,7 @@
letter-spacing:0.5px
}
body {
line-height:1.6;
line-height:1.5;
font-size:14px;
font-family:Helvetica Neue,Helvetica,PingFang SC,Tahoma,Arial,sans-serif;
color:var(--gray);
@@ -617,7 +617,7 @@ body.menu-show .admin-content {
}
.opt-button input {
position:absolute;
width:42px;
width:43px;
top:0;
left:0;
opacity:0;
@@ -699,7 +699,7 @@ body.menu-show .admin-content {
padding:1rem
}
.card-body canvas {
height:382px!important
height:370px!important
}
.table {
margin-bottom:0;


+ 1
- 1
src/static/web/css/style.css View File

@@ -9,7 +9,7 @@
letter-spacing:0.5px
}
body {
line-height:1.6;
line-height:1.5;
font-size:14px;
font-family:Helvetica Neue,Helvetica,PingFang SC,Tahoma,Arial,sans-serif;
color:var(--gray);


Loading…
Cancel
Save