guhongwei 4 年之前
父節點
當前提交
d6696da4ed
共有 1 個文件被更改,包括 5 次插入2 次删除
  1. 5 2
      src/components/adminCommon/frame.vue

+ 5 - 2
src/components/adminCommon/frame.vue

@@ -60,19 +60,22 @@ export default {
 
 <style lang="less" scoped>
 .header {
-  border-bottom: 1px solid #ff0000;
+  border-bottom: 1px solid #f1f1f1;
+  background-color: #242f42;
   .left {
     height: 60px;
     line-height: 60px;
     font-size: 25px;
     font-family: cursive;
     font-weight: bold;
+    color: #fff;
   }
   .right {
     height: 60px;
     line-height: 60px;
     font-size: 20px;
-    text-align: center;
+    text-align: right;
+    color: #fff;
     span {
       padding: 0 10px;
       i {