소스 검색

菜单边框

zhouna 5 년 전
부모
커밋
31483d17cb
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      src/css/index.less

+ 2 - 1
src/css/index.less

@@ -218,12 +218,13 @@
     .copy-right{
       position: fixed;
       bottom: 0px;
-      width: @menuWt;
+      width: @menuWt+(-1px);
       text-align: center;
       height: 50px;
       line-height: 50px;
       background: @themeColor;
       border-top: 1px @themeBorderClr solid;
+      border-right: 1px rgba(74, 93, 142, 0.5) solid;
       p{
         font-size:12px;
         opacity: .3;