同步操作将从 美乐低代码/MetaLowCode 企业级全栈低代码平台 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
/* 全局 */#app,body,html {width: 100%;height: 100%;background-color: #f6f8f9;font-size: 12px;font-family: Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB,Microsoft YaHei, Arial, sans-serif;}a {color: #333;text-decoration: none;}a:hover,a:focus {color: #000;text-decoration: none;}a:link {text-decoration: none;}a:-webkit-any-link {text-decoration: none;}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;outline: none;}/* 大布局样式 */.aminui {display: flex;flex-flow: column;}.aminui-wrapper {display: flex;flex: 1;overflow: auto;}/* 全局滚动条样式 */.scrollable {-webkit-overflow-scrolling: touch;}::-webkit-scrollbar {width: 5px;height: 5px;}::-webkit-scrollbar-thumb {background-color: rgba(50, 50, 50, 0.3);}::-webkit-scrollbar-thumb:hover {background-color: rgba(50, 50, 50, 0.6);}::-webkit-scrollbar-track {background-color: rgba(50, 50, 50, 0.1);}::-webkit-scrollbar-track:hover {background-color: rgba(50, 50, 50, 0.2);}/*布局设置*/.layout-setting {position: fixed;width: 40px;height: 40px;border-radius: 3px 0 0 3px;bottom: 100px;right: 0px;z-index: 100;background: #409eff;display: flex;flex-direction: column;align-items: center;justify-content: center;cursor: pointer;}.layout-setting i {font-size: 18px;color: #fff;}/* 头部 */.adminui-header {height: 58px;background: var(--el-color-primary);color: #fff;display: flex;justify-content: space-between;}.adminui-header-left {display: flex;align-items: center;padding-left: 20px;}.adminui-header-right {display: flex;align-items: center;}.adminui-header .logo-bar {font-size: 20px;font-weight: bold;display: flex;align-items: center;}.adminui-header .logo-bar .logo {margin-right: 10px;width: 35px;height: 35px;}.adminui-header .nav {display: flex;height: 100%;margin-left: 40px;}.adminui-header .nav li {padding: 0 10px;margin: 0 10px 0 0;font-size: 14px;color: rgba(255, 255, 255, 0.6);list-style: none;height: 100%;display: flex;align-items: center;cursor: pointer;}.adminui-header .nav li i {margin-right: 5px;}.adminui-header .nav li:hover {color: #fff;}.adminui-header .nav li.active {background: rgba(255, 255, 255, 0.1);color: #fff;}.adminui-header .user-bar .panel-item:hover {background: rgba(255, 255, 255, 0.1) !important;}.adminui-header .user-bar .user label {color: #fff;}/* 左侧菜单 */.aminui-side-split {width: 65px;flex-shrink: 0;background: #222b45;display: flex;flex-flow: column;}.aminui-side-split-top {height: 49px;}.aminui-side-split-top a {display: inline-block;width: 100%;height: 100%;display: flex;align-items: center;justify-content: center;}.aminui-side-split-top .logo {height: 30px;vertical-align: bottom;}.adminui-side-split-scroll {overflow: auto;overflow-x: hidden;height: 100%;flex: 1;}.aminui-side-split li {cursor: pointer;width: 65px;height: 65px;color: #fff;text-align: center;display: flex;flex-direction: column;align-items: center;justify-content: center;}.aminui-side-split li i {font-size: 18px;}.aminui-side-split li p {margin-top: 5px;}.aminui-side-split li:hover {background: rgba(255, 255, 255, 0.1);}.aminui-side-split li.active {background: #409eff;}.adminui-side-split-scroll::-webkit-scrollbar-thumb {background-color: rgba(255, 255, 255, 0.4);border-radius: 5px;}.adminui-side-split-scroll::-webkit-scrollbar-thumb:hover {background-color: rgba(255, 255, 255, 0.5);}.adminui-side-split-scroll::-webkit-scrollbar-track {background-color: rgba(255, 255, 255, 0);}.adminui-side-split-scroll::-webkit-scrollbar-track:hover {background-color: rgba(255, 255, 255, 0);}.aminui-side {display: flex;flex-flow: column;flex-shrink: 0;width: 210px;background: #fff;box-shadow: 2px 0 8px 0 rgba(29, 35, 41, 0.05);border-right: 1px solid #e6e6e6;transition: width 0.3s;}.adminui-side-top {border-bottom: 1px solid #ebeef5;height: 50px;line-height: 50px;}.adminui-side-top h2 {padding: 0 20px;font-size: 17px;color: #3c4a54;}.adminui-side-scroll {overflow: auto;overflow-x: hidden;flex: 1;}.adminui-side-bottom {border-top: 1px solid #ebeef5;height: 51px;cursor: pointer;display: flex;align-items: center;justify-content: center;}.adminui-side-bottom i {font-size: 16px;}.adminui-side-bottom:hover {color: var(--el-color-primary);}.aminui-side.isCollapse {width: 65px;}.el-menu .menu-tag {position: absolute;height: 18px;line-height: 18px;background: var(--el-color-danger);font-size: 12px;color: #fff;right: 20px;border-radius: 18px;padding: 0 6px;}.el-menu .el-sub-menu__title .menu-tag {right: 40px;}.el-menu--horizontal > li .menu-tag {display: none;}/* 右侧内容 */.aminui-body {flex: 1;display: flex;flex-flow: column;}.adminui-topbar {height: 50px;border-bottom: 1px solid #ebeef5;background: #fff;box-shadow: 0 1px 4px rgba(0, 21, 41, 0.08);display: flex;justify-content: space-between;}.adminui-topbar .left-panel {display: flex;align-items: center;}.adminui-topbar .right-panel {display: flex;align-items: center;}.right-panel-search {display: flex;align-items: center;}.right-panel-search > * + * {margin-left: 10px;}.adminui-tags {height: 35px;background: #fff;border-bottom: 1px solid #e6e6e6;}.adminui-tags ul {display: flex;overflow: hidden;}.adminui-tags li {cursor: pointer;display: inline-block;float: left;height: 34px;line-height: 34px;position: relative;flex-shrink: 0;}.adminui-tagsli::after {content: " ";width: 1px;height: 100%;position: absolute;right: 0px;background-image: linear-gradient(#fff, #e6e6e6);}.adminui-tags li a {display: inline-block;padding: 0 10px;width: 100%;height: 100%;color: #999;text-decoration: none;display: flex;align-items: center;}.adminui-tags li i {margin-left: 10px;border-radius: 3px;width: 18px;height: 18px;display: flex;align-items: center;justify-content: center;}.adminui-tags li i:hover {background: rgba(0, 0, 0, 0.2);color: #fff;}.adminui-tags li:hover {background: #ecf5ff;}.adminui-tags li.active {background: #409eff;}.adminui-tags li.active a {color: #fff;}.adminui-tags li.sortable-ghost {opacity: 0;}.adminui-main {overflow: auto;background-color: #f6f8f9;flex: 1;}/*页面最大化*/.aminui.main-maximize {.main-maximize-exit {display: block;}.aminui-side-split,.aminui-side,.adminui-header,.adminui-topbar,.adminui-tags {display: none;}}.main-maximize-exit {display: none;position: fixed;z-index: 3000;top: -20px;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 i {font-size: 14px;margin-top: 22px;color: #fff;}.main-maximize-exit:hover {background: rgba(0, 0, 0, 0.4);}.cursor-pointer {cursor: pointer;}/*定宽页面*/.sc-page {width: 1230px;margin: 0 auto;}.info-text {color: #878787;line-height: 1.41;}.w-100 {width: 100%;}.fl {float: left;}.fr {float: right;}.clearfix {clear: both;}.clearfix::after {display: block;clear: both;content: "";}.yichu,.text-ellipsis {white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}.div-disabled {color: #c8cbd2;&:hover {cursor: not-allowed !important;}}$values: 3, 5, 8, 10, 12, 15, 16, 20, 24, 30;$names: (p: padding,m: margin,pt: padding-top,pr: padding-right,pb: padding-bottom,pl: padding-left,mt: margin-top,mr: margin-right,mb: margin-bottom,ml: margin-left,);//遍历生成,比如.pl10{padding-left:10px;}@each $key, $name in $names {@each $num in $values {.#{$key}-#{$num} {#{$name}: $num * 1px;}}}.ml-a-span {color: var(--el-color-primary);cursor: pointer;&:hover {color: var(--el-color-primary-light-5);}}.not-plugin {text-align: center;font-weight: bold;font-size: 20px;margin-top: 30px;}.render-form .readonly-mode-field {color: #000;}.conmon-tooltip {width: 300px;}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。