| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518 |
- @import 'ant-design-vue/dist/antd';
- @import 'ant-design-vue/es/style/themes/default.less';
- @import './realdark';
- @import './default';
- /* 全局 */
- /*
- #app, body, html {
- width: 100%;
- height: 100%;
- background-color: #f6f8f9;
- }
- */
- .body, html {
- width: 100%;
- height: 100%;
- background-color: #f6f8f9;
- }
- a, button, input, textarea {
- -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
- box-sizing: border-box;
- outline: none !important;
- -webkit-appearance: none;
- }
- * {
- margin: 0;
- padding: 0;
- box-sizing: border-box;
- outline: none;
- }
- /* 大布局样式 */
- .admin-ui {
- overflow: hidden;
- height: 100%;
- display: flex;
- flex-flow: column;
- }
- .admin-ui-wrapper {
- display: flex;
- flex: 1;
- overflow: auto;
- }
- .admin-ui-main {
- display: flex;
- flex-direction: column;
- height: 100%;
- flex: 1;
- }
- .main-content-wrapper{
- padding: 11px 11px 0px;
- overflow-y: auto;
- overflow-x: hidden;
- }
- .main-bottom-wrapper {
- height: 60px;
- margin-top: 25px;
- text-align: center;
- flex: auto;
- display: flex;
- align-items: flex-end;
- justify-content: center;
- padding-bottom: 25px;
- }
- /* 双排菜单布局 */
- .snowy-doublerow-layout-menu {
- padding-left: 5px;
- padding-right: 5px;
- line-height: 0;
- align-items: center;
- }
- .snowy-doublerow-layout-menu-item-fort-div {
- overflow: hidden;
- text-overflow: ellipsis;
- opacity: 1;
- display: block;
- flex: auto;
- }
- .snowy-doublerow-layout-menu-item-fort-div-span {
- font-size: 12px;
- text-overflow: ellipsis;
- }
- .snowy-doublerow-side-top {
- border-bottom: 1px solid var(--border-color-split);
- height: 50px;
- line-height: 50px;
- padding-left: 20px;
- font-size: 12px
- }
- // 应用主题色
- .snowy-doublerow-side-top-primary-color {
- background-color: var(--primary-color);
- .snowy-title {
- color: white;
- }
- }
- .snowy-title{
- color: var(--text-color);
- }
- .ant-layout-sider-collapsed{
- .logo-bar>span{
- display: none;
- }
- }
- .ant-layout-sider-dark{
- .snowy-header-logo{
- color: #fff;
- }
- }
- /* 设置抽屉样式 */
- .layout-setting {
- position: fixed;
- width: 40px;
- height: 40px;
- border-radius: 3px 0 0 3px;
- bottom: 50%;
- right: 0px;
- z-index: 100;
- background: @primary-color;
- display: flex;
- flex-direction: column;
- align-items: center;
- justify-content: center;
- cursor: pointer;
- }
- .layout-setting i {
- color: #fff;
- }
- /* 头部 */
- .snowy-header {
- height: 50px;
- display: flex;
- justify-content: space-between;
- border-bottom: 1px solid var(--border-color-split);
- box-shadow: 0 1px 4px rgba(0, 21, 41, .08);
- background-color: var(--body-background);
- .ant-menu-item{
- height: 48px;
- line-height: 48px;
- }
- }
- // 应用主题色
- .snowy-header-primary-color {
- color: white;
- background-color: var(--primary-color);
- .ant-badge{
- color: white;
- }
- .ant-breadcrumb-link {
- color: white;
- }
- .ant-breadcrumb-separator {
- color: white;
- }
- .ant-menu-light .ant-menu-item:hover{
- color: #ccc;
- background-color: var(--primary-7);
- }
- }
- .ant-layout-sider-dark {
- .snowy-title{
- color: #fff;
- }
- }
- .snowy-header-left {
- display: flex;
- align-items: center;
- padding-left: 20px;
- }
- .snowy-header-left .menu-unfold-outlined {
- padding: 0 12px
- }
- .snowy-header-right {
- display: flex;
- align-items: center;
- }
- .snowy-header-logo {
- height: 50px;
- display: flex;
- justify-content: space-between;
- border-bottom: 1px solid rgba(255, 255, 255, 0.04);
- }
- .snowy-header-logo-primary-color {
- color: white;
- background-color: var(--primary-color);
- }
- .snowy-header-logo .logo-bar {
- font-weight: bold;
- display: flex;
- align-items: center;
- font-size: 20px;
- }
- .snowy-header-logo .logo-bar .logo {
- margin-right: 10px;
- width: 35px;
- height: 35px;
- }
- /* 面包屑 */
- .admin-ui-topbar {
- padding-left: 15px
- }
- .admin-ui-topbar .left-panel {
- display: flex;
- align-items: center;
- }
- .admin-ui-topbar .right-panel {
- display: flex;
- align-items: center;
- }
- .panel-item {
- padding: 0 10px;
- cursor: pointer;
- height: 100%;
- display: flex;
- align-items: center;
- }
- .panel-item:hover {
- background: var(--header-color-split);
- }
- /* 多标签 */
- .snowy-tags {
- height: 40px;
- background: var(--component-background);
- }
- .snowy-tags ul {
- display: flex;
- overflow: hidden;
- padding-left: 0;
- }
- .snowy-tags li {
- cursor: pointer;
- display: inline-block;
- float: left;
- line-height: 39.5px;
- position: relative;
- flex-shrink: 0;
- }
- .snowy-tags li::after {
- content: " ";
- width: 1px;
- height: 100%;
- position: absolute;
- right: 0px;
- background-image: linear-gradient(#fff, #e6e6e6);
- }
- .snowy-tags li a {
- padding: 0 10px;
- width: 100%;
- height: 100%;
- text-decoration: none;
- display: flex;
- align-items: center;
- }
- .snowy-tags li i {
- margin-left: 10px;
- border-radius: 3px;
- width: 18px;
- height: 18px;
- display: flex;
- align-items: center;
- justify-content: center;
- }
- .snowy-tags li i:hover {
- background: rgba(0, 0, 0, .2);
- color: @body-background;
- }
- .snowy-tags li:hover {
- background: @body-background;
- }
- .snowy-tags li.active {
- background: @primary-color;
- }
- .snowy-tags li.active a {
- color: #fff;
- }
- .snowy-tags li.sortable-ghost {
- opacity: 0;
- }
- .snowy-header-tags-right {
- margin-right: 10px;
- }
- .contextmenu {
- position: fixed;
- width: 200px;
- margin:0;
- border-radius: 0px;
- background: @body-background;
- border: 1px solid var(--border-color-split);
- box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
- z-index: 3000;
- list-style-type: none;
- padding: 10px 0;
- }
- .contextmenu hr {
- margin:5px 0;
- border: none;
- height: 1px;
- font-size: 0px;
- background-color: var(--border-color-split)
- }
- .contextmenu li {
- display: flex;
- align-items: center;
- margin:0;
- cursor: pointer;
- line-height: 30px;
- padding: 0 17px;
- color: @text-color;
- }
- .contextmenu li i {
- font-size: 14px;
- margin-right: 10px;
- }
- .contextmenu li:hover {
- background-color: @component-background;
- color: #66b1ff;
- }
- .contextmenu li.disabled {
- cursor: not-allowed;
- color: #bbb;
- background: transparent;
- }
- /*页面最大化*/
- .admin-ui.main-maximize {
- .main-maximize-exit {
- display: block;
- }
- .ant-layout-sider, .ant-layout-sider-dark, .layout-setting, .snowy-header {
- display: none;
- }
- }
- .dis-flex{
- display: flex;
- }
- .dis-flex-end {
- display: flex;
- justify-content: flex-end;
- }
- .dis-flex-sb{
- display: flex;
- justify-content:space-between;
- }
- .dis-flex-start{
- display: flex;
- justify-content: flex-start;
- }
- .margin-top {
- margin-top: 15px;
- }
- /* 最大化后的退出按钮 */
- .main-maximize-exit {
- display: none;
- position: fixed;
- z-index: 3000;
- top: -20px;
- padding-top: 18px;
- left: 50%;
- margin-left: -20px;
- border-radius: 50%;
- width: 40px;
- height: 40px;
- cursor: pointer;
- background: rgba(0, 0, 0, 0.2);
- text-align: center;
- }
- .main-maximize-exit:hover {
- background: rgba(0, 0, 0, 0.4);
- }
- .ant-layout-sider{
- overflow: auto;
- }
- /* 重写antdv的一些样式,定义到全局 */
- .ant-card-head-title {
- padding: 12px 0!important;
- }
- .ant-tabs-large > .ant-tabs-nav .ant-tabs-tab {
- padding: 12px 0!important;
- }
- .ant-card-extra {
- padding: 12px 0!important;
- }
- /* 重写antdv的表格滚动条 */
- .ant-table-body, .ant-table-content{
- &::-webkit-scrollbar {
- height: 10px;
- width: 10px;
- }
- &::-webkit-scrollbar-thumb {
- border-radius: 10px;
- -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1);
- background: @border-color-split;
- }
- &::-webkit-scrollbar-track {
- -webkit-box-shadow: 0;
- border-radius: 10px;
- background: @background-color-base;
- }
- }
- .left-span-label {
- border-left: 4px solid @primary-color;
- font-size: 15px;
- color: #212121;
- font-weight: 600;
- padding-left: 8px;
- }
- // 滚动条,需要哪里,加哪个class
- body,
- .ant-scrolling-effect,
- .ant-drawer-wrapper-body,
- .ant-drawer-body,
- .admin-ui,
- .ant-modal-wrap,
- .ant-transfer-list-content,
- .ant-card,
- .ant-layout-sider,
- .CodeMirror-scroll,
- .main-content-wrapper,
- .xn-icon-select-list,
- .form-user-table,
- .scopeDefineOrgTreeDiv,
- .user-table,
- .role-table,
- .org-table,
- .pos-table,
- .poi-list,
- .snowy-orgpos-vis,
- .index-message-list,
- .ant-picker-time-panel-column,
- .timeline-div,
- .gen-preview-content,
- .ant-menu,
- .admin-ui-main{
- &::-webkit-scrollbar {
- /*滚动条整体样式*/
- width : 0px; /*高宽分别对应横竖滚动条的尺寸*/
- height: 0px;
- }
- &::-webkit-scrollbar-thumb {
- /*滚动条里面小方块*/
- border-radius : 10px;
- background-color: @component-background; // skyblue
- background-image: -webkit-linear-gradient(
- 45deg,
- rgba(255, 255, 255, 0.2) 25%,
- transparent 25%,
- transparent 50%,
- rgba(255, 255, 255, 0.2) 50%,
- rgba(255, 255, 255, 0.2) 75%,
- transparent 75%,
- transparent
- );
- }
- &::-webkit-scrollbar-track {
- /*滚动条里面轨道*/
- box-shadow : inset 0 0 2px rgba(0, 0, 0, 0.2);
- background : @component-background;
- border-radius: 5px;
- opacity: 0;
- display: none;
- }
- }
- .json-box-9136076486841527{
- overflow: hidden!important;;
- .CodeMirror-scrollbar-filler{
- display: none!important;
- }
- }
|