diff --git a/src/assets/common.scss b/src/assets/common.scss index c7d5b797bafbfa8c148b74a738eabc7760094281..12301d5cb160703ff1da2e3a2bcf3ffbdb528731 100644 --- a/src/assets/common.scss +++ b/src/assets/common.scss @@ -50,4 +50,75 @@ body{ } } } + .drawerFooter { + position: absolute; + right: 0; + bottom: 0; + width: 100%; + border-top: 1px solid; + padding: 10px 16px; + text-align: right; + z-index: 1; + } + .layout-content{ + background-size: cover; + .wrap{ + height: 100%; + width: 100%; + padding: 15px; + border-radius: 15px; + overflow: hidden !important; + .filter{ + padding: 15px 0 15px 10px; + border-bottom: 1px solid; + } + } + } + .app-header{ + border-color: rgba($color: #fff, $alpha: 0.8) !important; + .ant-tabs { + .ant-tabs-bar{ + border: none; + margin-bottom: 10px; + } + .ant-tabs-nav-wrap{ + .ant-tabs-tab{ + border-radius: 0; + padding: 0 25px 0 5px; + border: 1px solid ; + font-size: 13px; + letter-spacing: 1px; + margin-right: 5px; + line-height: 40px; + i.anticon-close{ + position: absolute; + right: 10px; + top: 12.5px; + font-size: 14px; + } + .ant-btn{ + margin: 0 !important; + padding: 0 5px 0 0; + i{ + margin: 0; + vertical-align: -2px; + } + } + } + } + } + background-size: cover; + border-bottom: 1px solid #ffffff; + .user-header{ + .header-text { + i{ + margin-right: 5px; + font-size: 15px; + } + } + .ant-badge{ + margin-right: 0; + } + } + } } \ No newline at end of file