Browse Source

Update index_menu.htm

tags/6.2.0
xushubieli 1 year ago
parent
commit
a24beceb9c
1 changed files with 6 additions and 6 deletions
  1. +6
    -6
      src/admin/templets/index_menu.htm

+ 6
- 6
src/admin/templets/index_menu.htm View File

@@ -14,7 +14,7 @@
<style>
body {
margin: 0;
padding: 0 2px;
padding: 0 6px;
background: #f8f8f8;
overflow: scroll;
overflow-x: hidden
@@ -25,26 +25,26 @@
.mright {
width: 100%;
background: #fff;
border: 1px solid #dee2e6;
box-shadow: 0 0.125rem 0.25rem rgba(0,0,0,.075);
border-radius: 0 0 .2rem .2rem
}
a.mmac div {
margin-bottom: 2px;
margin-bottom: 6px;
padding: 6px 0;
width: 50px;
color: #fff;
background: #424b51;
border-bottom: 1px solid #dee2e6;
box-shadow: 0 0.125rem 0.25rem rgba(0,0,0,.075);
border-radius: .2rem 0 0 .2rem;
text-align: center
}
a.mm div {
margin-bottom: 2px;
margin-bottom: 6px;
padding: 6px 0;
width: 50px;
color: #424b51;
background: #fff;
border-bottom: 1px solid #dee2e6;
box-shadow: 0 0.125rem 0.25rem rgba(0,0,0,.075);
border-radius: .2rem 0 0 .2rem;
text-align: center;
cursor: pointer


Loading…
Cancel
Save