king
2019-10-16 50c057d50f02931f3790bcfb7a0199aa0b643a6a
login-size
4个文件已修改
43 ■■■■ 已修改文件
src/components/sidemenu/index.jsx 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/components/sidemenu/index.scss 8 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/login/index.jsx 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/login/index.scss 29 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/components/sidemenu/index.jsx
@@ -50,8 +50,8 @@
                child.type = 'CommonTable'
              } else if (child.LinkUrl === 'DataManage') {
                child.type = 'DataManage'
              // } else if (child.LinkUrl === 'bda/rdt?pageno=rolemenus&MenuNo=RoleMenuM') {
              //   child.type = 'RoleManage'
              } else if (child.LinkUrl === 'bda/rdt?pageno=rolemenus&MenuNo=RoleMenuM') {
                child.type = 'RoleManage'
              } else if (child.LinkUrl.split('?')[0] === 'Main/Index' || child.LinkUrl.split('?')[0] === 'bda/rdt') {
                child.type = 'iframe'
              }
src/components/sidemenu/index.scss
@@ -20,6 +20,14 @@
  .ant-menu-inline .ant-menu-item {
    font-size: 1.5rem;
  }
  .ant-menu-dark.ant-menu-inline .ant-menu-submenu-title {
    margin: 0;
    height: 48px;
    line-height: 48px;
  }
  .ant-menu-dark.ant-menu-inline .ant-menu-submenu-open .ant-menu-submenu-title {
    background: #364150;
  }
}
.side-menu.iframe { // tab页中为iframe时
  max-height: 100vh;
src/views/login/index.jsx
@@ -208,7 +208,7 @@
                </span>
              </Dropdown>
            </Form.Item>
            <Form.Item>
            <Form.Item className="btn-login">
              <Button type="primary" htmlType="submit" className="login-form-button" disabled={this.state.isDisabled} loading={this.state.isDisabled}>
                {this.state.dict['login.submit']}
              </Button>
src/views/login/index.scss
@@ -24,18 +24,25 @@
      margin-right: 20%;
      padding: 15px;
      background: #ffffff;
      width: 18vw;
      width: 22vw;
      min-width: 300px;
      border-radius: 5px;
      h4 {
        font-size: 18px;
        font-size: 20px;
        font-weight: bold;
        color: #0A95CB;
        margin-bottom: 3vh;
      }
      .ant-form-item {
        font-size: 16px;
        margin-bottom: 4vh;
      }
      .btn-login {
        margin-bottom: 3vh;
      }
      .minline {
        margin-bottom: 10px;
        margin-bottom: 3vh;
        margin-top: -10px;
      }
      button {
@@ -48,6 +55,22 @@
        cursor: pointer;
        line-height: 20px;
        margin-top: 10px;
        .anticon.anticon-down {
          font-size: 16px;
        }
      }
      .ant-input-affix-wrapper {
        font-size: 16px;
      }
      .ant-input {
        font-size: 16px;
        height: 36px;
      }
      .ant-form label {
        font-size: 16px;
      }
      .ant-btn {
        font-size: 18px;
      }
    }
  }