Browse Source

修改登录界面;默认配置文件。

SunYaLong 1 year ago
parent
commit
b4c4e71a91

+ 3 - 2
ZRAdmin-vue-main/src/assets/styles/login.scss

@@ -24,6 +24,7 @@
   width: 310px;
   padding: 25px 15px 5px 15px;
   position: relative;
+  transform: scale(1.3);
 
   .input-icon {
     height: 39px;
@@ -56,9 +57,9 @@
   bottom: 0;
   width: 100%;
   text-align: center;
-  color: #fff;
+  color: #1a1919;
   font-family: Arial;
-  font-size: 12px;
+  font-size: 20px;
   letter-spacing: 1px;
 }
 

+ 10 - 4
ZRAdmin-vue-main/src/layout/index.vue

@@ -1,7 +1,8 @@
 <template>
   <el-container :class="classObj" class="app-layout" :style="{ '--current-color': theme }">
     <!-- 移动端打开菜单遮罩 -->
-    <el-drawer v-if="device === 'mobile'" :size="220" v-model="menuDrawer" :with-header="false" modal-class="sidebar-mobile" direction="ltr">
+    <el-drawer v-if="device === 'mobile'" :size="220" v-model="menuDrawer" :with-header="false"
+      modal-class="sidebar-mobile" direction="ltr">
       <sidebar />
     </el-drawer>
     <sidebar v-else-if="!sidebar.hide" />
@@ -122,6 +123,7 @@ function setLayout() {
 .mobile .fixed-header {
   width: 100%;
 }
+
 .app-main {
   /* 50= navbar  50  */
   // min-height: calc(100vh - 50px);
@@ -130,10 +132,12 @@ function setLayout() {
   height: 100%;
   overflow-x: hidden;
 }
+
 .sidebar-mobile {
   .el-drawer__body {
     padding: 0;
   }
+
   @media screen and (max-width: 700px) {
     .el-drawer {
       width: var(--base-sidebar-width) !important;
@@ -145,21 +149,23 @@ function setLayout() {
   --el-header-padding: 0 0px !important;
   // --el-header-height: 50px !important;
 }
+
 .el-footer {
   --el-footer-height: var(--base-footer-height);
   line-height: var(--base-footer-height);
   text-align: center;
-  color: #ccc;
+  color: #1a1919;
   font-size: 14px;
   border-top: 1px solid #e7eaec;
   letter-spacing: 0.1rem;
 }
+
 .hasTagsView {
+
   // .app-main {
   //   min-height: calc(100vh - 84px - var(--base-footer-height));
   // }
   .el-header {
     --el-header-height: var(--el-header-height) + var(--el-tags-height) !important;
   }
-}
-</style>
+}</style>

+ 3 - 3
ZRAdmin-vue-main/src/settings.js

@@ -22,7 +22,7 @@ export default {
   /**
    * 框架主题颜色值
    */
-  theme: '#008CD6',
+  theme: '#1E90FF',
   /**
    * 是否系统布局配置
    */
@@ -51,7 +51,7 @@ export default {
   /**
    * 是否显示动态标题
    */
-  dynamicTitle: false,
+  dynamicTitle: true,
 
   /**
    * @type {string | array} 'production' | ['production', 'development']
@@ -64,7 +64,7 @@ export default {
    * 版权信息
    */
   // copyright: 'Copyright ©2023 <a target="_black" href="http://www.izhaorui.cn/doc">ZRAdmin.NET</a> All Rights Reserved.',
-  copyright: 'Copyright ©2023 北京七星华创集成电路装备有限公司. ',
+  copyright: 'Copyright ©2023 <a target="_black" href="https://www.naura.com/">NAURA  北京七星华创集成电路装备有限公司</a> All Rights Reserved.',
   /**
    * 是否显示底部栏
    */