934 lines
20 KiB
SCSS
934 lines
20 KiB
SCSS
* {
|
|
font-family: Inter-Regular, NotoSans-Regular, NunitoSans-Regular;
|
|
}
|
|
/* 覆盖element的loading样式 */
|
|
.el-loading-spinner .circular {
|
|
width: 42px;
|
|
height: 42px;
|
|
animation: loading-rotate 2s linear infinite;
|
|
display: none;
|
|
background-color: $--background-color-empty;
|
|
}
|
|
.el-dropdown-menu__item {
|
|
list-style: none;
|
|
line-height: 36px;
|
|
padding: 0 20px;
|
|
margin: 0;
|
|
font-size: 14px;
|
|
color: $--color-text-regular;
|
|
cursor: pointer;
|
|
outline: 0;
|
|
}
|
|
.el-loading-mask .el-loading-spinner {
|
|
background: url(~@/assets/img/loading.gif) no-repeat;
|
|
background-size: 48px 48px;
|
|
width: 48px;
|
|
height: 48px;
|
|
top: 50%;
|
|
left: 50%;
|
|
margin-top: 0;
|
|
transform: translate(-50%, -50%);
|
|
}
|
|
.export-pdf-mask {
|
|
.el-loading-spinner {
|
|
.el-loading-text {
|
|
white-space: nowrap;
|
|
margin-left: 54px;
|
|
margin-top: 10px;
|
|
color: #f8f8f8;
|
|
}
|
|
}
|
|
}
|
|
/* 自定义的dropdown */
|
|
.nz-dropdown {
|
|
width: 90px;
|
|
right: 0;
|
|
left: unset !important;
|
|
top: 30px;
|
|
z-index: 600;
|
|
}
|
|
.nz-icon-minus-medium {
|
|
color: $--color-text-regular;
|
|
cursor: pointer;
|
|
}
|
|
.nz-icon-copy {
|
|
padding: 0 4px;
|
|
color: $--color-primary;
|
|
background-color: $--background-color-copy;
|
|
border-radius: $--border-radius-small;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.red {
|
|
color: $--color-danger !important;
|
|
}
|
|
.green {
|
|
color: $--color-success !important;
|
|
}
|
|
.gray {
|
|
color: $--color-suspended !important;
|
|
}
|
|
.monitorColor {
|
|
color: $--color-monitor !important;
|
|
}
|
|
.dark-red {
|
|
color: #aa0000 !important;
|
|
}
|
|
.orange {
|
|
color: $--color-primary !important;
|
|
}
|
|
.red-bg {
|
|
background-color: $--color-danger !important;
|
|
}
|
|
.green-bg {
|
|
background-color: $--color-success !important;
|
|
}
|
|
.yellow-bg {
|
|
background-color: $--color-silence !important;
|
|
}
|
|
.gray-bg {
|
|
background-color: $--color-suspended !important;
|
|
}
|
|
.dark-red-bg {
|
|
background-color: #aa0000 !important;
|
|
}
|
|
.orange-bg {
|
|
background-color: $--color-primary !important;
|
|
}
|
|
.colorffa416 {
|
|
color: #ffa416 !important;
|
|
}
|
|
.colorfa901c {
|
|
color: $--color-primary !important;
|
|
}
|
|
.colorec7f66 {
|
|
color: #ec7f66 !important;
|
|
}
|
|
.color535b64 {
|
|
color: #535b64 !important;
|
|
}
|
|
.color999999 {
|
|
color: #999999 !important;
|
|
}
|
|
.color23bf9a {
|
|
color: #23bf9a !important;
|
|
}
|
|
.color969dea{
|
|
color: #969dea !important;
|
|
}
|
|
.bgFFECD9{
|
|
background: $--color-primary !important;
|
|
}
|
|
.timezone-area {
|
|
display: inline-block;
|
|
vertical-align: middle;
|
|
width: auto;
|
|
font-size: 14px;
|
|
float: left;
|
|
margin-left: 10px;
|
|
font-family: PingFangSC-Regular;
|
|
color: $--color-text-primary;
|
|
line-height: 20px;
|
|
font-weight: 400;
|
|
margin-top: 3px;
|
|
max-width: 30%;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap;
|
|
}
|
|
.timezone-offset {
|
|
display: inline-block;
|
|
vertical-align: middle;
|
|
width: auto;
|
|
font-size: 14px;
|
|
margin-right: 10px;
|
|
font-family: PingFangSC-Regular;
|
|
color: $--color-text-primary;
|
|
line-height: 20px;
|
|
font-weight: 400;
|
|
}
|
|
.active-icon {
|
|
margin-top: 0px;
|
|
width: 10px;
|
|
height: 10px;
|
|
border-radius: 50%;
|
|
display: inline-block;
|
|
margin-right: 5px;
|
|
}
|
|
.data-column__span {
|
|
display: inline-block;
|
|
}
|
|
.right-box__footer span {
|
|
display: inline-block;
|
|
}
|
|
.right-box__footer span:first-letter {
|
|
text-transform: capitalize;
|
|
}
|
|
.data-column__span:first-letter,
|
|
.el-tabs__item:first-letter,
|
|
.header__title:first-letter,
|
|
.operation-dropdown-text:first-letter {
|
|
text-transform: capitalize;
|
|
}
|
|
|
|
.personal-dropdown-menu{
|
|
margin-top: 14px !important;
|
|
width: 240px;
|
|
padding: 8px 0;
|
|
box-sizing: border-box;
|
|
border: none;
|
|
.el-dropdown-menu__item{
|
|
padding: 0 12px;
|
|
line-height: 32px;
|
|
font-size: 14px;
|
|
color: $--color-text-regular;
|
|
}
|
|
.personal-dropdown {
|
|
padding: 8px 12px;
|
|
.personal-dropdown__username {
|
|
max-width: 216px;
|
|
text-overflow: ellipsis;
|
|
overflow: hidden;
|
|
white-space: nowrap;
|
|
vertical-align: middle;
|
|
font-family: Roboto-Regular;
|
|
font-size: 14px;
|
|
color: $--color-text-primary;
|
|
font-weight: bold;
|
|
line-height: 20px;
|
|
}
|
|
.personal-dropdown__name {
|
|
max-width: 216px;
|
|
text-overflow: ellipsis;
|
|
overflow: hidden;
|
|
white-space: nowrap;
|
|
vertical-align: middle;
|
|
font-family: Roboto-Regular;
|
|
font-size: 14px;
|
|
color: $--color-text-secondary;
|
|
font-weight: 400;
|
|
line-height: 20px;
|
|
}
|
|
}
|
|
.notification-dropdown{
|
|
.notification-dropdown-item{
|
|
padding: 0 12px;
|
|
line-height: 32px;
|
|
font-size: 14px;
|
|
color: $--color-text-regular;
|
|
display: flex;
|
|
align-items: center;
|
|
i{
|
|
margin-right: 5px;
|
|
}
|
|
}
|
|
.toggle-item{
|
|
cursor: pointer;
|
|
line-height: 38px;
|
|
justify-content: space-between;
|
|
&:hover{
|
|
background: $--background-color-base;
|
|
color: $--color-primary;
|
|
}
|
|
}
|
|
.toggle-item.nz-btn-disabled {
|
|
opacity: .6;
|
|
cursor: not-allowed !important;
|
|
}
|
|
}
|
|
.item-divide{
|
|
height: 1px;
|
|
background: $--border-color-light;
|
|
margin: 4px 0;
|
|
}
|
|
}
|
|
|
|
td .nz-icon-gear:before {
|
|
color: $--color-text-regular;
|
|
}
|
|
.el-dropdown-menu {
|
|
background-color: $--background-color-empty !important;
|
|
border-color: transparent;
|
|
box-shadow: -1px 1px 10px -1px $--dropdown-menu-box-shadow-color;
|
|
border-radius: 2px;
|
|
}
|
|
.el-popover {
|
|
box-shadow: -1px 1px 10px -1px $--dropdown-menu-box-shadow-color !important;
|
|
}
|
|
.el-input__count-inner {
|
|
background-color: $--background-color-empty !important;
|
|
}
|
|
.el-textarea {
|
|
.el-textarea__inner {
|
|
background-color: $--background-color-empty !important;
|
|
}
|
|
.el-input__count {
|
|
background-color: $--background-color-empty !important;
|
|
}
|
|
}
|
|
|
|
.icon {
|
|
width: 5rem;
|
|
height: 5rem;
|
|
vertical-align: -0.15em;
|
|
fill: currentColor;
|
|
overflow: hidden;
|
|
}
|
|
.time-no-data {
|
|
text-align: center;
|
|
width: 100%;
|
|
// color: $--color-text-secondary;
|
|
color: $--color-text-regular;
|
|
font-family: NotoSans !important;
|
|
font-size: 13px !important;
|
|
}
|
|
.el-tree {
|
|
background-color: $--background-color-empty !important;
|
|
}
|
|
.el-table::before,
|
|
.el-table__fixed-right::before {
|
|
background-color: $--border-color-light !important;
|
|
}
|
|
.el-message-box {
|
|
background-color: $--background-color-empty !important;
|
|
border: 1px solid $--border-color-light;
|
|
.el-button:nth-of-type(1) {
|
|
background-color: $--button-light-hover-background-color;
|
|
border: 1px solid $--button-light-border-color;
|
|
color: $--button-light-color;
|
|
}
|
|
.el-button:nth-of-type(1):hover {
|
|
background-color: $--button-light-hover-background-color !important;
|
|
border: 1px solid $--button-primary-hover-background-color !important;
|
|
color: $--button-primary-background-color !important;
|
|
}
|
|
.el-button.el-button--primary:hover {
|
|
background-color: $--button-primary-hover-background-color !important;
|
|
opacity: 1 !important;
|
|
}
|
|
}
|
|
.right-box .right-box-form-add,
|
|
.right-box .right-box-form-minus-box {
|
|
padding: 4px 6px;
|
|
background: $--background-color-copy;
|
|
border-radius: $--border-radius-small;
|
|
border: 1px solid $--span-nz-icon-border-color;
|
|
cursor: pointer;
|
|
.nz-icon-plus {
|
|
color: $--nz-icon-color;
|
|
}
|
|
}
|
|
.el-time-panel {
|
|
background-color: $--background-color-empty;
|
|
.el-time-panel__footer {
|
|
border: 1px solid $--border-color-light;
|
|
}
|
|
}
|
|
.el-scrollbar {
|
|
background-color: $--background-color-empty;
|
|
}
|
|
.el-input-group.el-input-group--prepend,
|
|
.query-input-inactive.el-input {
|
|
.el-input-group__prepend {
|
|
background-color: $--right-box-sub-title-background-color;
|
|
border: 1px solid $--border-color-light;
|
|
border-right: none;
|
|
.el-input__inner:focus {
|
|
border-color: $--border-color-light-hover;
|
|
}
|
|
}
|
|
#elementQuery{
|
|
height: 32px;
|
|
border: 1px solid $--border-color-light;
|
|
}
|
|
.el-input__inner:hover {
|
|
border-color: $--border-color-light-hover;
|
|
}
|
|
}
|
|
.query-input-active.el-input{
|
|
#elementQuery{
|
|
height: 32px;
|
|
border: 1px solid $--border-color-light !important;
|
|
}
|
|
}
|
|
.sub-box.detail-view-sub-box {
|
|
.top-tools.top-tools--sub {
|
|
padding: 0 15px 0 0;
|
|
margin-right: 15px;
|
|
margin-left: 20px;
|
|
border: none;
|
|
border-bottom: 1px solid $--border-color-light;
|
|
}
|
|
}
|
|
.el-dialog__wrapper.nz-dialog {
|
|
.el-upload-dragger {
|
|
background-color: $--background-color-empty;
|
|
border: 1px dashed $--border-color-light;
|
|
}
|
|
.el-upload-dragger:hover {
|
|
border: 1px dashed $--color-primary;
|
|
}
|
|
.el-message-box__btns {
|
|
.el-button {
|
|
background-color: $--background-color-empty;
|
|
border: 1px solid $--border-color-light;
|
|
}
|
|
.el-button:hover:not(.nz-btn-disabled) {
|
|
border: 1px solid $--color-primary;
|
|
}
|
|
.el-button.nz-btn-disabled{
|
|
color: $--color-text-regular !important;
|
|
}
|
|
.el-button:nth-child(3) {
|
|
margin-left: 10px;
|
|
}
|
|
.nz-btn.nz-btn-size-normal {
|
|
background-color: $--color-warning;
|
|
border: 1px solid $--color-warning;
|
|
color: $--button-primary-color;
|
|
}
|
|
.nz-btn.nz-btn-size-normal:hover {
|
|
background-color: #fe9f37;
|
|
}
|
|
.nz-btn.nz-btn-style-error {
|
|
background: $--color-danger;
|
|
color: $--button-primary-color;
|
|
border: 1px solid $--color-danger;
|
|
}
|
|
.nz-btn.nz-btn-style-error:hover {
|
|
background-color: #F38b73;
|
|
}
|
|
}
|
|
}
|
|
.el-dialog {
|
|
.el-radio-button {
|
|
width: 142px;
|
|
.el-radio-button__inner {
|
|
width: 100%;
|
|
background-color: $--popover-background-color;
|
|
border-color: $--border-color-light;
|
|
}
|
|
}
|
|
.el-radio-button.is-active .el-radio-button__inner {
|
|
background-color: $--color-warning;
|
|
border-color: $--color-warning;
|
|
}
|
|
}
|
|
.el-switch.is-checked .el-switch__core {
|
|
background-color: $--color-primary;
|
|
}
|
|
.el-switch .el-switch__core {
|
|
background-color: $--switch-background-color;
|
|
}
|
|
.el-tooltip__popper.is-light {
|
|
background-color: $--background-color-empty;
|
|
border-color: $--border-color-light;
|
|
}
|
|
/* 颜色选择器 */
|
|
.vc-sketch {
|
|
background-color: $--background-color-empty;
|
|
border: 1px solid $--border-color-light;
|
|
margin-top: 6px;
|
|
.vc-input__input {
|
|
background-color: $--project-input-background-color;
|
|
color: $--color-text-regular;
|
|
box-shadow: inset 0 0 0 1px $--border-color-light;
|
|
}
|
|
.vc-sketch-presets {
|
|
border-top: none;
|
|
}
|
|
}
|
|
|
|
.el-tooltip__popper.is-dark {
|
|
background-color: $--background-color-empty !important;
|
|
color: $--color-text-regular !important;
|
|
border: 1px solid $--border-color-light;
|
|
}
|
|
.project-calendar.nz-input-group-middle {
|
|
border: 1px solid $--border-color-light;
|
|
}
|
|
.el-scrollbar-normal__color {
|
|
color: $--color-text-regular;
|
|
}
|
|
.chart-body,
|
|
.chart__canvas,
|
|
.line-area {
|
|
> div:nth-of-type(2) {
|
|
background-color: $--chart-background-color;
|
|
border-color: $--chart-border-color;
|
|
> div {
|
|
color: $--color-text-regular;
|
|
}
|
|
}
|
|
}
|
|
.el-dropdown-menu-link .el-dropdown-menu__item {
|
|
padding: 0;
|
|
.link-title {
|
|
padding: 0 20px;
|
|
height: 100%;
|
|
display: block;
|
|
}
|
|
}
|
|
.el-table__header-wrapper {
|
|
table{
|
|
background-color: $--background-color-empty !important;
|
|
}
|
|
th {
|
|
border-right-color: transparent !important;
|
|
}
|
|
}
|
|
.el-table__header-wrapper:hover {
|
|
th {
|
|
border-right-color: $--border-color-light !important;
|
|
}
|
|
}
|
|
.chart-bar,
|
|
.chart-gauge,
|
|
.chart-sankey,
|
|
.chart-time-series-tooltip,
|
|
.chart-treemap,
|
|
.chart-pie,
|
|
.chart-bubble,
|
|
.chart-canvas-tooltip,
|
|
.line-chart-block-Zindex,
|
|
.alert-label,
|
|
.alert-labelUp,
|
|
.alert-days-info-tooltip,
|
|
.nz-tooltip-bac {
|
|
background-color: $--tooltip-background-color !important;
|
|
border: 2px solid $--tooltip-border-color !important;
|
|
border-color: $--tooltip-border-color !important;
|
|
color: $--color-text-regular !important;
|
|
box-shadow: none !important;
|
|
}
|
|
.chart-time-series-tooltip,
|
|
.chart-pie,
|
|
.chart-bar,
|
|
.chart-treemap,
|
|
.chart-gauge{
|
|
visibility: hidden;
|
|
position: absolute;
|
|
}
|
|
.chart-time-series-tooltip {
|
|
position: absolute;
|
|
display: block;
|
|
border-style: solid;
|
|
white-space: nowrap;
|
|
box-shadow: rgba(0, 0, 0, 0.2) 1px 2px 10px;
|
|
transition: opacity 0.2s cubic-bezier(0.23, 1, 0.32, 1) 0s, visibility 0.2s cubic-bezier(0.23, 1, 0.32, 1) 0s, transform 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0s;
|
|
background-color: rgb(255, 255, 255);
|
|
border-width: 1px;
|
|
border-radius: 4px;
|
|
color: rgb(102, 102, 102);
|
|
font: 14px / 21px "Microsoft YaHei";
|
|
padding: 10px;
|
|
top: 0px;
|
|
left: 0px;
|
|
border-color: rgb(255, 255, 255);
|
|
z-index: 9998;
|
|
visibility: visible;
|
|
pointer-events: none;
|
|
}
|
|
.yAxis-icon{
|
|
margin-right: 4px;
|
|
background: transparent !important;
|
|
}
|
|
|
|
.loading-hide {
|
|
display: none;
|
|
}
|
|
input,
|
|
textarea {
|
|
font-family: Inter-Regular !important;
|
|
}
|
|
.custom-message{
|
|
display: flex;
|
|
align-items: center;
|
|
.message-right {
|
|
padding-right: 100px;
|
|
position: relative;
|
|
}
|
|
.message-right.hidden{
|
|
display: none;
|
|
}
|
|
.message-next {
|
|
padding: 0 12px;
|
|
height: 24px;
|
|
line-height: 24px;
|
|
text-align: center;
|
|
border:1px solid $--message-success-font-color;
|
|
border-radius: 4px;
|
|
position: absolute;
|
|
right: 10px;
|
|
top: 0;
|
|
bottom: 0;
|
|
margin: auto;
|
|
cursor: pointer;
|
|
font-size: 14px;
|
|
span{
|
|
font-size: 12px;
|
|
}
|
|
}
|
|
}
|
|
|
|
.newAlert-notification{
|
|
width: auto;
|
|
padding: 15px 55px 15px 18px;
|
|
align-items: center;
|
|
background: $--background-color-2;
|
|
border: 1px solid $--border-color-base;
|
|
border-radius: 4px;
|
|
z-index: 9999999999 !important;
|
|
.el-notification__icon{
|
|
font-size: 20px;
|
|
color: #EC7F66;
|
|
}
|
|
.el-notification__group{
|
|
margin-left: 15px;
|
|
.el-notification__content{
|
|
margin: 0;
|
|
.notification-summary{
|
|
max-width: 350px;
|
|
text-overflow: ellipsis;
|
|
overflow: hidden;
|
|
white-space: nowrap;
|
|
font-size: 14px;
|
|
line-height: 16px;
|
|
color: #3C92F1;
|
|
cursor: pointer;
|
|
}
|
|
.notification-description{
|
|
max-width: 350px;
|
|
text-overflow: ellipsis;
|
|
overflow: hidden;
|
|
white-space: nowrap;
|
|
font-size: 14px;
|
|
line-height: 20px;
|
|
color: $--color-text-primary;
|
|
margin-top: 6px;
|
|
}
|
|
}
|
|
.el-notification__closeBtn{
|
|
top: 15px;
|
|
right: 15px;
|
|
}
|
|
}
|
|
}
|
|
|
|
.document-copy-block {
|
|
display: flex;
|
|
flex-wrap: nowrap;
|
|
justify-content: flex-start;
|
|
}
|
|
.document-copy-text{
|
|
margin-right: 10px;
|
|
}
|
|
|
|
.document-copy-block:hover i.nz-icon-override {
|
|
visibility: visible !important;
|
|
}
|
|
.document-copy-block i.nz-icon-override {
|
|
display: flex;
|
|
align-items: center;
|
|
transform: scale(0.95);
|
|
}
|
|
|
|
i.nz-icon-override{
|
|
cursor: pointer;
|
|
}
|
|
|
|
.is-disabled{
|
|
color: $--color-text-disabled !important;
|
|
}
|
|
.ql-snow .ql-tooltip {
|
|
background: $--background-color-empty;
|
|
border: 1px solid $--select-page-focus-color;
|
|
box-shadow: 0px 0px 5px $--scrollbar-background-color;
|
|
color: $--color-text-primary;
|
|
input[type=text]{
|
|
border: 1px solid $--select-page-focus-color;
|
|
background: $--background-color-empty;
|
|
outline: none;
|
|
}
|
|
}
|
|
.chart-time-series-tooltip.hide{
|
|
display: none !important;
|
|
}
|
|
.alert-rule-info-two{
|
|
padding: 10px 10px 10px 5px;
|
|
.alert-label-box{
|
|
margin-bottom: 25px;
|
|
.alert-label-title{
|
|
margin-right: 30px;
|
|
}
|
|
}
|
|
}
|
|
|
|
.template-pop{
|
|
.el-radio-button {
|
|
.el-radio-button__inner {
|
|
background-color: $--popover-background-color;
|
|
border-color: $--border-color-light;
|
|
}
|
|
}
|
|
.el-radio-button.is-active .el-radio-button__inner {
|
|
background-color: $--color-primary;
|
|
border-color: $--color-primary;
|
|
}
|
|
}
|
|
|
|
.left-menu{
|
|
.el-menu::-webkit-scrollbar-thumb {
|
|
background-color: $--scrollbar-left-menu-background-color;
|
|
border-radius: 3px;
|
|
}
|
|
.el-menu::-webkit-scrollbar-thumb:hover {
|
|
background-color: $--scrollbar-left-menu-background-color-hover;
|
|
border-radius: 3px;
|
|
}
|
|
}
|
|
.el-dialog__header{
|
|
color: $--color-text-primary;
|
|
}
|
|
#entrance {
|
|
.el-icon-arrow-right ,.el-icon-arrow-left{
|
|
font-family: "nz-icon" !important;
|
|
font-size: 16px;
|
|
font-style: normal;
|
|
-webkit-font-smoothing: antialiased;
|
|
-moz-osx-font-smoothing: grayscale;
|
|
}
|
|
.el-icon-arrow-right:before {
|
|
content: "\e6ad";
|
|
}
|
|
.el-icon-arrow-left::before{
|
|
content: '\e6ae';
|
|
}
|
|
.el-icon-arrow-up{
|
|
font-family: nz-icon!important;
|
|
}
|
|
.el-icon-arrow-up:before{
|
|
content: "\e6af";
|
|
}
|
|
.el-icon-arrow-down{
|
|
font-family: nz-icon!important;
|
|
}
|
|
.el-icon-arrow-down::before{
|
|
content: '\e6b0';
|
|
}
|
|
.el-icon-check{
|
|
font-family: nz-icon!important;
|
|
}
|
|
.el-icon-check::before{
|
|
content: '\e689';
|
|
}
|
|
//.chart__canvas {
|
|
// .chart-time-series {
|
|
// width:;
|
|
// }
|
|
//}
|
|
}
|
|
.el-select__tags .el-tag.el-tag--info {
|
|
background-color: $--background-color-base;
|
|
border-color: $--border-color-light;
|
|
color: $--color-text-secondary;
|
|
}
|
|
.el-tabs--border-card {
|
|
background: $--background-color-empty;
|
|
}
|
|
.nz-table-global-select{
|
|
background: linear-gradient(to right, $--table-row-hover-background-color 0%,$--table-row-hover-background-color 50%,$--background-color-empty 51%,$--background-color-empty 100%);
|
|
background-size: 200% 100%;
|
|
animation: gradientBG 5s ease-in infinite;
|
|
}
|
|
@keyframes gradientBG {
|
|
0% {
|
|
background-position: 100% 0%;
|
|
}
|
|
50% {
|
|
background-position: 0% 0%;
|
|
}
|
|
100% {
|
|
background-position: 100% 0%;
|
|
}
|
|
}
|
|
.no-transform-dialog{
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
height: 100vh;
|
|
width: 100vw;
|
|
.el-dialog{
|
|
position: unset !important;
|
|
transform: unset !important;
|
|
}
|
|
}
|
|
|
|
.nz-el-dropdown-menu{
|
|
.el-dropdown-menu__item{
|
|
padding: 0;
|
|
> div {
|
|
padding: 0 17px;
|
|
}
|
|
.el-checkbox{
|
|
display: inline-block;
|
|
width: 100%;
|
|
box-sizing: border-box;
|
|
padding: 0 5px 0 20px;
|
|
}
|
|
}
|
|
}
|
|
.nz-el-dropdown-menu-item{
|
|
padding: 0 !important;
|
|
> div {
|
|
padding: 0px !important;
|
|
}
|
|
.nz-el-dropdown-item-del{
|
|
display: inline-block;
|
|
width: 100%;
|
|
padding: 0 17px;
|
|
box-sizing: border-box;
|
|
}
|
|
}
|
|
.el-option-width303 {
|
|
width: 303px !important;
|
|
}
|
|
|
|
.el-select-multiple-width640 {
|
|
width: 640px !important;
|
|
.el-input{
|
|
width: 640px !important;
|
|
}
|
|
.el-select__tags{
|
|
width: 608px !important;
|
|
}
|
|
}
|
|
|
|
.el-dialog__header{
|
|
position: relative;
|
|
}
|
|
.response__popper {
|
|
max-height: 500px;
|
|
overflow: hidden;
|
|
overflow-y: auto;
|
|
}
|
|
|
|
.message-zindex{
|
|
z-index: 9999999999 !important;
|
|
}
|
|
|
|
.text-ellipsis{
|
|
white-space: nowrap;
|
|
text-overflow: ellipsis;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.el-table{
|
|
.num-cursor{
|
|
cursor: pointer;
|
|
}
|
|
}
|
|
.bottom-data-list{
|
|
.el-table{
|
|
.num-cursor{
|
|
cursor: default;
|
|
}
|
|
}
|
|
}
|
|
.required-content:before{
|
|
content: '*';
|
|
color: #EC7F66;
|
|
margin-right: 4px;
|
|
}
|
|
.xterm .xterm-viewport {
|
|
background-color: transparent !important;
|
|
}
|
|
.downloading {
|
|
opacity: .6;
|
|
color: $--color-primary;
|
|
margin-left: 10px;
|
|
}
|
|
.el-form-item__error {
|
|
padding-top: 0;
|
|
}
|
|
input::placeholder{
|
|
text-transform:capitalize;
|
|
}
|
|
.vue-tags-input {
|
|
.ti-tag.ti-valid {
|
|
max-width: 100%;
|
|
.ti-content {
|
|
max-width: 90%;
|
|
flex-shrink: 0;
|
|
.ti-tag-center {
|
|
max-width: 100%;
|
|
flex-shrink: 0;
|
|
> span {
|
|
max-width: 100%;
|
|
display: inline-block;
|
|
overflow: hidden;
|
|
white-space: nowrap;
|
|
text-overflow: ellipsis;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
.operationTutorial-dialog{
|
|
.el-dialog{
|
|
width: auto;
|
|
height: 90%;
|
|
}
|
|
.el-dialog__header{
|
|
box-sizing: border-box;
|
|
padding: 20px;
|
|
padding-bottom: 15px;
|
|
line-height: 25px;
|
|
height: 55px;
|
|
.el-dialog__title{
|
|
font-size: 14px;
|
|
font-weight: 600;
|
|
}
|
|
}
|
|
.dialog-header {
|
|
box-sizing: border-box;
|
|
padding-bottom: 15px;
|
|
line-height: 25px;
|
|
height: 40px;
|
|
word-wrap: break-word;
|
|
color: $--color-text-primary;
|
|
span{
|
|
word-break: break-word;
|
|
}
|
|
i.nz-icon-jinggao{
|
|
color: $--color-primary;
|
|
}
|
|
}
|
|
.el-dialog__body {
|
|
box-sizing: border-box;
|
|
padding: 30px;
|
|
padding-top: 0;
|
|
height: calc(100% - 55px);
|
|
display: flex;
|
|
flex-direction: column;
|
|
.operationTutorial-img{
|
|
max-width: fit-content;
|
|
width: auto;
|
|
height: calc(100% - 70px);
|
|
display: block;
|
|
box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.1);
|
|
}
|
|
.operationTutorial-msg{
|
|
font-family: PingFangSC-Regular;
|
|
font-size: 12px;
|
|
color: $--color-text-regular;
|
|
font-weight: 400;
|
|
text-align: center;
|
|
box-sizing: border-box;
|
|
padding-top: 12px;
|
|
line-height: 18px;
|
|
height: 30px;
|
|
}
|
|
}
|
|
} |