Explorar el Código

style: 修改标题名称和大小

outaozhen hace 5 años
padre
commit
474927e63d
Se han modificado 2 ficheros con 6 adiciones y 1 borrados
  1. 1 1
      config/defaultSettings.js
  2. 5 0
      src/global.less

+ 1 - 1
config/defaultSettings.js

@@ -8,7 +8,7 @@ const proSettings = {
   fixedHeader: true,
   fixSiderbar: true,
   colorWeak: false,
-  title: '产品',
+  title: 'CLD.V2',
   pwa: false,
   iconfontUrl: '//at.alicdn.com/t/font_2276974_nbe38935rtf.js',
   splitMenus: true

+ 5 - 0
src/global.less

@@ -104,3 +104,8 @@ input:-webkit-autofill:active {
 .card-group {
   box-shadow: 0 0 13px 0 rgba(74, 53, 107, 8%);
 }
+
+.ant-pro-top-nav-header-logo h1{
+  font-size: 18px;
+  font-weight: 600;
+}