소스 검색

Update index_menu.htm

tags/6.2.0
xushubieli 1 년 전
부모
커밋
a24beceb9c
1개의 변경된 파일6개의 추가작업 그리고 6개의 파일을 삭제
  1. +6
    -6
      src/admin/templets/index_menu.htm

+ 6
- 6
src/admin/templets/index_menu.htm 파일 보기

@@ -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


불러오는 중...
취소
저장