|
@@ -19,18 +19,22 @@
|
|
background-color: #fff;
|
|
background-color: #fff;
|
|
border-bottom: 1px solid $--color-border;
|
|
border-bottom: 1px solid $--color-border;
|
|
}
|
|
}
|
|
|
|
+
|
|
.el-dialog__body {
|
|
.el-dialog__body {
|
|
padding-top: 90px;
|
|
padding-top: 90px;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
+
|
|
.el-dialog__header {
|
|
.el-dialog__header {
|
|
padding: 15px 20px;
|
|
padding: 15px 20px;
|
|
|
|
+
|
|
.el-dialog__title {
|
|
.el-dialog__title {
|
|
color: $--color-text-dark;
|
|
color: $--color-text-dark;
|
|
font-size: 16px;
|
|
font-size: 16px;
|
|
line-height: 19px;
|
|
line-height: 19px;
|
|
}
|
|
}
|
|
|
|
+
|
|
.el-dialog__headerbtn {
|
|
.el-dialog__headerbtn {
|
|
top: 15px;
|
|
top: 15px;
|
|
width: 16px;
|
|
width: 16px;
|
|
@@ -48,6 +52,7 @@
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
+
|
|
.el-dialog__body {
|
|
.el-dialog__body {
|
|
padding: 30px 40px;
|
|
padding: 30px 40px;
|
|
position: relative;
|
|
position: relative;
|
|
@@ -57,13 +62,16 @@
|
|
.el-form-item__label {
|
|
.el-form-item__label {
|
|
padding-right: 2px;
|
|
padding-right: 2px;
|
|
}
|
|
}
|
|
|
|
+
|
|
.el-input-tips {
|
|
.el-input-tips {
|
|
color: rgba(187, 187, 187, 1);
|
|
color: rgba(187, 187, 187, 1);
|
|
margin-left: 13px;
|
|
margin-left: 13px;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
+
|
|
.el-dialog__footer {
|
|
.el-dialog__footer {
|
|
overflow: hidden;
|
|
overflow: hidden;
|
|
|
|
+
|
|
.el-button {
|
|
.el-button {
|
|
width: 100px;
|
|
width: 100px;
|
|
border-radius: 8px;
|
|
border-radius: 8px;
|
|
@@ -75,15 +83,19 @@
|
|
.page-dialog {
|
|
.page-dialog {
|
|
.el-dialog.is-fullscreen {
|
|
.el-dialog.is-fullscreen {
|
|
background: $--color-background;
|
|
background: $--color-background;
|
|
|
|
+
|
|
.el-dialog__body {
|
|
.el-dialog__body {
|
|
padding: 70px 20px 20px;
|
|
padding: 70px 20px 20px;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
+
|
|
.el-dialog {
|
|
.el-dialog {
|
|
background: $--color-background;
|
|
background: $--color-background;
|
|
|
|
+
|
|
.el-dialog__body {
|
|
.el-dialog__body {
|
|
padding: 20px;
|
|
padding: 20px;
|
|
}
|
|
}
|
|
|
|
+
|
|
.el-dialog__footer {
|
|
.el-dialog__footer {
|
|
display: none;
|
|
display: none;
|
|
}
|
|
}
|
|
@@ -95,10 +107,12 @@
|
|
.el-dialog {
|
|
.el-dialog {
|
|
background-color: transparent;
|
|
background-color: transparent;
|
|
}
|
|
}
|
|
|
|
+
|
|
.el-dialog__header,
|
|
.el-dialog__header,
|
|
.el-dialog__footer {
|
|
.el-dialog__footer {
|
|
display: none;
|
|
display: none;
|
|
}
|
|
}
|
|
|
|
+
|
|
.el-dialog__body {
|
|
.el-dialog__body {
|
|
position: absolute;
|
|
position: absolute;
|
|
width: 100%;
|
|
width: 100%;
|
|
@@ -117,12 +131,14 @@
|
|
font-size: 12px;
|
|
font-size: 12px;
|
|
color: rgba(254, 108, 105, 1);
|
|
color: rgba(254, 108, 105, 1);
|
|
}
|
|
}
|
|
|
|
+
|
|
&__content {
|
|
&__content {
|
|
.el-table {
|
|
.el-table {
|
|
line-height: 1;
|
|
line-height: 1;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
+
|
|
// form-info
|
|
// form-info
|
|
&.form-info {
|
|
&.form-info {
|
|
.el-form-item {
|
|
.el-form-item {
|
|
@@ -133,6 +149,7 @@
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
+
|
|
&--label-top {
|
|
&--label-top {
|
|
.el-form-item__label {
|
|
.el-form-item__label {
|
|
line-height: 20px;
|
|
line-height: 20px;
|
|
@@ -140,6 +157,7 @@
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
+
|
|
// input
|
|
// input
|
|
.el-input {
|
|
.el-input {
|
|
&.is-focus {
|
|
&.is-focus {
|
|
@@ -147,21 +165,25 @@
|
|
border-color: $--color-primary !important;
|
|
border-color: $--color-primary !important;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
+
|
|
&.is-disabled {
|
|
&.is-disabled {
|
|
.el-input__inner {
|
|
.el-input__inner {
|
|
color: $--color-text-gray-2;
|
|
color: $--color-text-gray-2;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
+
|
|
.el-input__inner {
|
|
.el-input__inner {
|
|
border-radius: 8px;
|
|
border-radius: 8px;
|
|
border-color: #ddd;
|
|
border-color: #ddd;
|
|
background-color: #fff;
|
|
background-color: #fff;
|
|
}
|
|
}
|
|
|
|
+
|
|
// .el-input__suffix {
|
|
// .el-input__suffix {
|
|
// right: 0;
|
|
// right: 0;
|
|
// border-left: 1px solid #ddd;
|
|
// border-left: 1px solid #ddd;
|
|
// }
|
|
// }
|
|
}
|
|
}
|
|
|
|
+
|
|
// textarea
|
|
// textarea
|
|
.el-textarea {
|
|
.el-textarea {
|
|
&.is-disabled {
|
|
&.is-disabled {
|
|
@@ -170,27 +192,32 @@
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
+
|
|
.el-select {
|
|
.el-select {
|
|
.el-input__suffix {
|
|
.el-input__suffix {
|
|
right: 0;
|
|
right: 0;
|
|
border-left: 1px solid #ddd;
|
|
border-left: 1px solid #ddd;
|
|
}
|
|
}
|
|
|
|
+
|
|
.el-input {
|
|
.el-input {
|
|
.el-select__caret {
|
|
.el-select__caret {
|
|
width: 30px;
|
|
width: 30px;
|
|
}
|
|
}
|
|
|
|
+
|
|
.el-icon-arrow-up:before {
|
|
.el-icon-arrow-up:before {
|
|
font-size: 12px;
|
|
font-size: 12px;
|
|
content: "\e78f";
|
|
content: "\e78f";
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
+
|
|
.el-select-dropdown {
|
|
.el-select-dropdown {
|
|
&.popper-filter {
|
|
&.popper-filter {
|
|
.el-scrollbar {
|
|
.el-scrollbar {
|
|
display: block !important;
|
|
display: block !important;
|
|
padding-top: 52px;
|
|
padding-top: 52px;
|
|
}
|
|
}
|
|
|
|
+
|
|
.el-select-filter {
|
|
.el-select-filter {
|
|
padding: 0 10px;
|
|
padding: 0 10px;
|
|
position: absolute;
|
|
position: absolute;
|
|
@@ -201,11 +228,13 @@
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
+
|
|
// upload
|
|
// upload
|
|
.el-upload,
|
|
.el-upload,
|
|
.el-upload-dragger {
|
|
.el-upload-dragger {
|
|
width: 100%;
|
|
width: 100%;
|
|
}
|
|
}
|
|
|
|
+
|
|
// radio
|
|
// radio
|
|
.el-radio-button {
|
|
.el-radio-button {
|
|
&:hover {
|
|
&:hover {
|
|
@@ -214,11 +243,13 @@
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
+
|
|
.el-radio-button__orig-radio:checked + .el-radio-button__inner {
|
|
.el-radio-button__orig-radio:checked + .el-radio-button__inner {
|
|
color: $--color-white;
|
|
color: $--color-white;
|
|
border-color: $--color-primary;
|
|
border-color: $--color-primary;
|
|
background: $--color-primary;
|
|
background: $--color-primary;
|
|
}
|
|
}
|
|
|
|
+
|
|
// button
|
|
// button
|
|
.el-button {
|
|
.el-button {
|
|
border-radius: $--border-radius;
|
|
border-radius: $--border-radius;
|
|
@@ -226,9 +257,11 @@
|
|
> .icon {
|
|
> .icon {
|
|
margin-right: 5px;
|
|
margin-right: 5px;
|
|
}
|
|
}
|
|
|
|
+
|
|
> span {
|
|
> span {
|
|
display: inline-block;
|
|
display: inline-block;
|
|
}
|
|
}
|
|
|
|
+
|
|
&.is-disabled {
|
|
&.is-disabled {
|
|
color: $--color-text-gray-3 !important;
|
|
color: $--color-text-gray-3 !important;
|
|
background: $--color-background;
|
|
background: $--color-background;
|
|
@@ -240,16 +273,20 @@
|
|
.popover-button + .el-button {
|
|
.popover-button + .el-button {
|
|
margin-left: 10px;
|
|
margin-left: 10px;
|
|
}
|
|
}
|
|
|
|
+
|
|
.el-button + .el-button {
|
|
.el-button + .el-button {
|
|
margin-left: 10px;
|
|
margin-left: 10px;
|
|
}
|
|
}
|
|
|
|
+
|
|
.el-button--text + .el-button--text {
|
|
.el-button--text + .el-button--text {
|
|
margin-left: 5px;
|
|
margin-left: 5px;
|
|
}
|
|
}
|
|
|
|
+
|
|
.el-button--small {
|
|
.el-button--small {
|
|
padding-top: 8px;
|
|
padding-top: 8px;
|
|
padding-bottom: 8px;
|
|
padding-bottom: 8px;
|
|
}
|
|
}
|
|
|
|
+
|
|
.el-button--text {
|
|
.el-button--text {
|
|
color: $--color-text-gray-2;
|
|
color: $--color-text-gray-2;
|
|
|
|
|
|
@@ -257,6 +294,7 @@
|
|
margin-left: 10px;
|
|
margin-left: 10px;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
+
|
|
.el-button--info {
|
|
.el-button--info {
|
|
background-color: $--color-cyan;
|
|
background-color: $--color-cyan;
|
|
border-color: $--color-cyan;
|
|
border-color: $--color-cyan;
|
|
@@ -267,6 +305,7 @@
|
|
border-color: $--color-cyan-light;
|
|
border-color: $--color-cyan-light;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
+
|
|
.el-button--primary {
|
|
.el-button--primary {
|
|
background-color: $--color-primary;
|
|
background-color: $--color-primary;
|
|
border-color: $--color-primary;
|
|
border-color: $--color-primary;
|
|
@@ -277,6 +316,7 @@
|
|
border-color: $--color-primary-light;
|
|
border-color: $--color-primary-light;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
+
|
|
.el-button--success {
|
|
.el-button--success {
|
|
background-color: $--color-success;
|
|
background-color: $--color-success;
|
|
border-color: $--color-success;
|
|
border-color: $--color-success;
|
|
@@ -304,15 +344,18 @@
|
|
tr.el-table__row {
|
|
tr.el-table__row {
|
|
color: $--color-text-dark;
|
|
color: $--color-text-dark;
|
|
}
|
|
}
|
|
|
|
+
|
|
td,
|
|
td,
|
|
th {
|
|
th {
|
|
border-color: $--color-border !important;
|
|
border-color: $--color-border !important;
|
|
padding: 14px 0;
|
|
padding: 14px 0;
|
|
font-weight: 500;
|
|
font-weight: 500;
|
|
}
|
|
}
|
|
|
|
+
|
|
.el-table__row.row-danger {
|
|
.el-table__row.row-danger {
|
|
color: $--color-danger;
|
|
color: $--color-danger;
|
|
}
|
|
}
|
|
|
|
+
|
|
&.el-table--noback {
|
|
&.el-table--noback {
|
|
tr.el-table__row {
|
|
tr.el-table__row {
|
|
background-color: $--color-white;
|
|
background-color: $--color-white;
|
|
@@ -324,60 +367,73 @@
|
|
vertical-align: middle;
|
|
vertical-align: middle;
|
|
line-height: 1.3;
|
|
line-height: 1.3;
|
|
}
|
|
}
|
|
|
|
+
|
|
// caret-wrapper
|
|
// caret-wrapper
|
|
.caret-wrapper {
|
|
.caret-wrapper {
|
|
width: 20px;
|
|
width: 20px;
|
|
height: 20px;
|
|
height: 20px;
|
|
top: -1px;
|
|
top: -1px;
|
|
|
|
+
|
|
.sort-caret {
|
|
.sort-caret {
|
|
&.ascending {
|
|
&.ascending {
|
|
top: -1px;
|
|
top: -1px;
|
|
}
|
|
}
|
|
|
|
+
|
|
&.descending {
|
|
&.descending {
|
|
bottom: -1px;
|
|
bottom: -1px;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
+
|
|
// action-column
|
|
// action-column
|
|
td.action-column {
|
|
td.action-column {
|
|
padding-left: 10px;
|
|
padding-left: 10px;
|
|
padding-right: 10px;
|
|
padding-right: 10px;
|
|
|
|
+
|
|
.cell {
|
|
.cell {
|
|
padding: 0;
|
|
padding: 0;
|
|
margin: 0 -5px;
|
|
margin: 0 -5px;
|
|
}
|
|
}
|
|
|
|
+
|
|
.el-button--text {
|
|
.el-button--text {
|
|
padding: 0;
|
|
padding: 0;
|
|
margin: 0 5px;
|
|
margin: 0 5px;
|
|
border: none !important;
|
|
border: none !important;
|
|
outline: none !important;
|
|
outline: none !important;
|
|
font-size: 14px;
|
|
font-size: 14px;
|
|
|
|
+
|
|
&:hover {
|
|
&:hover {
|
|
transform: scale(1.1);
|
|
transform: scale(1.1);
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
+
|
|
.el-table--border {
|
|
.el-table--border {
|
|
border-radius: 10px;
|
|
border-radius: 10px;
|
|
|
|
+
|
|
th {
|
|
th {
|
|
padding: 12px 0;
|
|
padding: 12px 0;
|
|
background-color: #fcfcfd;
|
|
background-color: #fcfcfd;
|
|
border-right: none;
|
|
border-right: none;
|
|
}
|
|
}
|
|
|
|
+
|
|
td {
|
|
td {
|
|
border-right: none;
|
|
border-right: none;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
+
|
|
// el-checkbox
|
|
// el-checkbox
|
|
.el-checkbox {
|
|
.el-checkbox {
|
|
.el-checkbox__label {
|
|
.el-checkbox__label {
|
|
color: $--color-text-gray-2 !important;
|
|
color: $--color-text-gray-2 !important;
|
|
}
|
|
}
|
|
|
|
+
|
|
.el-checkbox__inner::after {
|
|
.el-checkbox__inner::after {
|
|
border-width: 2px;
|
|
border-width: 2px;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
+
|
|
.el-checkbox__input.is-checked .el-checkbox__inner {
|
|
.el-checkbox__input.is-checked .el-checkbox__inner {
|
|
background-color: $--color-white;
|
|
background-color: $--color-white;
|
|
border-color: $--color-primary;
|
|
border-color: $--color-primary;
|
|
@@ -386,9 +442,11 @@
|
|
border-color: $--color-primary;
|
|
border-color: $--color-primary;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
+
|
|
.el-checkbox__input.is-indeterminate .el-checkbox__inner {
|
|
.el-checkbox__input.is-indeterminate .el-checkbox__inner {
|
|
background-color: $--color-white;
|
|
background-color: $--color-white;
|
|
border-color: $--color-primary;
|
|
border-color: $--color-primary;
|
|
|
|
+
|
|
&::before {
|
|
&::before {
|
|
background-color: $--color-primary;
|
|
background-color: $--color-primary;
|
|
}
|
|
}
|
|
@@ -399,9 +457,11 @@
|
|
color: $--color-text-gray-2 !important;
|
|
color: $--color-text-gray-2 !important;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
+
|
|
.el-radio__input.is-checked .el-radio__inner {
|
|
.el-radio__input.is-checked .el-radio__inner {
|
|
background-color: $--color-white;
|
|
background-color: $--color-white;
|
|
border-color: $--color-primary;
|
|
border-color: $--color-primary;
|
|
|
|
+
|
|
&::after {
|
|
&::after {
|
|
width: 6px;
|
|
width: 6px;
|
|
height: 6px;
|
|
height: 6px;
|
|
@@ -428,15 +488,19 @@
|
|
background-color: $--color-white;
|
|
background-color: $--color-white;
|
|
border: 1px solid #e1e3eb;
|
|
border: 1px solid #e1e3eb;
|
|
}
|
|
}
|
|
|
|
+
|
|
.el-pagination {
|
|
.el-pagination {
|
|
padding: 0;
|
|
padding: 0;
|
|
|
|
+
|
|
.el-pagination__total {
|
|
.el-pagination__total {
|
|
float: left;
|
|
float: left;
|
|
}
|
|
}
|
|
|
|
+
|
|
span:not([class*="suffix"]) {
|
|
span:not([class*="suffix"]) {
|
|
line-height: 32px;
|
|
line-height: 32px;
|
|
height: 32px;
|
|
height: 32px;
|
|
}
|
|
}
|
|
|
|
+
|
|
&.is-background {
|
|
&.is-background {
|
|
.btn-prev,
|
|
.btn-prev,
|
|
.btn-next {
|
|
.btn-next {
|
|
@@ -444,6 +508,7 @@
|
|
margin: 0 5px;
|
|
margin: 0 5px;
|
|
@extend .el-pagination-li;
|
|
@extend .el-pagination-li;
|
|
}
|
|
}
|
|
|
|
+
|
|
.btn-prev:disabled,
|
|
.btn-prev:disabled,
|
|
.btn-next:disabled {
|
|
.btn-next:disabled {
|
|
opacity: 0.7;
|
|
opacity: 0.7;
|
|
@@ -456,6 +521,7 @@
|
|
line-height: 32px;
|
|
line-height: 32px;
|
|
|
|
|
|
@extend .el-pagination-li;
|
|
@extend .el-pagination-li;
|
|
|
|
+
|
|
&:not(.disabled).active {
|
|
&:not(.disabled).active {
|
|
color: #fff;
|
|
color: #fff;
|
|
background-color: $--color-primary;
|
|
background-color: $--color-primary;
|
|
@@ -463,17 +529,21 @@
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
+
|
|
// el-message-box
|
|
// el-message-box
|
|
.el-message-box {
|
|
.el-message-box {
|
|
width: 320px;
|
|
width: 320px;
|
|
background-color: #f6f6f6;
|
|
background-color: #f6f6f6;
|
|
border-radius: 10px;
|
|
border-radius: 10px;
|
|
|
|
+
|
|
&__title {
|
|
&__title {
|
|
display: none;
|
|
display: none;
|
|
}
|
|
}
|
|
|
|
+
|
|
&__headerbtn {
|
|
&__headerbtn {
|
|
display: none;
|
|
display: none;
|
|
}
|
|
}
|
|
|
|
+
|
|
&__content {
|
|
&__content {
|
|
text-align: center;
|
|
text-align: center;
|
|
|
|
|
|
@@ -487,6 +557,7 @@
|
|
|
|
|
|
&.el-icon-warning {
|
|
&.el-icon-warning {
|
|
border-radius: 50%;
|
|
border-radius: 50%;
|
|
|
|
+
|
|
&::before {
|
|
&::before {
|
|
content: "";
|
|
content: "";
|
|
position: absolute;
|
|
position: absolute;
|
|
@@ -500,10 +571,12 @@
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
+
|
|
.el-message-box__message {
|
|
.el-message-box__message {
|
|
padding: 0;
|
|
padding: 0;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
+
|
|
&__btns {
|
|
&__btns {
|
|
height: 75px;
|
|
height: 75px;
|
|
padding: 30px 20px 10px;
|
|
padding: 30px 20px 10px;
|
|
@@ -518,6 +591,7 @@
|
|
.alert-message {
|
|
.alert-message {
|
|
.el-message-box__btns {
|
|
.el-message-box__btns {
|
|
text-align: center;
|
|
text-align: center;
|
|
|
|
+
|
|
> .el-button {
|
|
> .el-button {
|
|
position: relative;
|
|
position: relative;
|
|
left: auto;
|
|
left: auto;
|
|
@@ -526,17 +600,21 @@
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
+
|
|
// .el-message
|
|
// .el-message
|
|
.el-message-loading {
|
|
.el-message-loading {
|
|
border-color: mix($--color-white, $--color-success, 80%);
|
|
border-color: mix($--color-white, $--color-success, 80%);
|
|
background-color: mix($--color-white, $--color-success, 90%);
|
|
background-color: mix($--color-white, $--color-success, 90%);
|
|
}
|
|
}
|
|
|
|
+
|
|
// el-date-editor
|
|
// el-date-editor
|
|
.el-date-editor {
|
|
.el-date-editor {
|
|
border-radius: 8px;
|
|
border-radius: 8px;
|
|
|
|
+
|
|
.el-range-separator {
|
|
.el-range-separator {
|
|
width: auto;
|
|
width: auto;
|
|
}
|
|
}
|
|
|
|
+
|
|
.el-range-input {
|
|
.el-range-input {
|
|
background-color: transparent;
|
|
background-color: transparent;
|
|
}
|
|
}
|
|
@@ -550,19 +628,23 @@
|
|
&__description.is-process {
|
|
&__description.is-process {
|
|
color: $--color-success;
|
|
color: $--color-success;
|
|
}
|
|
}
|
|
|
|
+
|
|
&__title.is-process {
|
|
&__title.is-process {
|
|
font-weight: normal;
|
|
font-weight: normal;
|
|
}
|
|
}
|
|
|
|
+
|
|
&__head.is-success {
|
|
&__head.is-success {
|
|
.el-step__line {
|
|
.el-step__line {
|
|
background-color: $--color-success;
|
|
background-color: $--color-success;
|
|
}
|
|
}
|
|
|
|
+
|
|
.el-step__icon.is-text {
|
|
.el-step__icon.is-text {
|
|
color: $--color-white;
|
|
color: $--color-white;
|
|
border-color: $--color-success;
|
|
border-color: $--color-success;
|
|
background-color: $--color-success;
|
|
background-color: $--color-success;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
+
|
|
&__head.is-process {
|
|
&__head.is-process {
|
|
.el-step__icon.is-text {
|
|
.el-step__icon.is-text {
|
|
color: $--color-success;
|
|
color: $--color-success;
|
|
@@ -574,6 +656,7 @@
|
|
&__description.is-wait {
|
|
&__description.is-wait {
|
|
color: $--color-text-gray-2;
|
|
color: $--color-text-gray-2;
|
|
}
|
|
}
|
|
|
|
+
|
|
&__head.is-wait {
|
|
&__head.is-wait {
|
|
.el-step__icon.is-text {
|
|
.el-step__icon.is-text {
|
|
color: $--color-text-gray-2;
|
|
color: $--color-text-gray-2;
|
|
@@ -582,6 +665,7 @@
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
+
|
|
// el-popover
|
|
// el-popover
|
|
.el-popper-dark {
|
|
.el-popper-dark {
|
|
background-color: $--color-text-dark-1;
|
|
background-color: $--color-text-dark-1;
|
|
@@ -591,9 +675,11 @@
|
|
padding: 16px;
|
|
padding: 16px;
|
|
border: none;
|
|
border: none;
|
|
}
|
|
}
|
|
|
|
+
|
|
.el-popper-dark {
|
|
.el-popper-dark {
|
|
box-shadow: 0px 10px 10px 0px rgba(54, 61, 89, 0.2);
|
|
box-shadow: 0px 10px 10px 0px rgba(54, 61, 89, 0.2);
|
|
}
|
|
}
|
|
|
|
+
|
|
.el-popper-dark[x-placement^="right"] .popper__arrow {
|
|
.el-popper-dark[x-placement^="right"] .popper__arrow {
|
|
border-right-color: $--color-text-dark-1;
|
|
border-right-color: $--color-text-dark-1;
|
|
|
|
|
|
@@ -601,6 +687,7 @@
|
|
border-right-color: $--color-text-dark-1;
|
|
border-right-color: $--color-text-dark-1;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
+
|
|
.el-popper-dark[x-placement^="top"] .popper__arrow {
|
|
.el-popper-dark[x-placement^="top"] .popper__arrow {
|
|
border-top-color: $--color-text-dark-1;
|
|
border-top-color: $--color-text-dark-1;
|
|
|
|
|
|
@@ -608,6 +695,7 @@
|
|
border-top-color: $--color-text-dark-1;
|
|
border-top-color: $--color-text-dark-1;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
+
|
|
.el-popper-dark[x-placement^="bottom"] .popper__arrow {
|
|
.el-popper-dark[x-placement^="bottom"] .popper__arrow {
|
|
border-bottom-color: $--color-text-dark-1;
|
|
border-bottom-color: $--color-text-dark-1;
|
|
|
|
|
|
@@ -615,6 +703,7 @@
|
|
border-bottom-color: $--color-text-dark-1;
|
|
border-bottom-color: $--color-text-dark-1;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
+
|
|
.el-popper-dark[x-placement^="left"] .popper__arrow {
|
|
.el-popper-dark[x-placement^="left"] .popper__arrow {
|
|
border-left-color: $--color-text-dark-1;
|
|
border-left-color: $--color-text-dark-1;
|
|
|
|
|
|
@@ -622,6 +711,7 @@
|
|
border-left-color: $--color-text-dark-1;
|
|
border-left-color: $--color-text-dark-1;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
+
|
|
// popper-list
|
|
// popper-list
|
|
.popper-list {
|
|
.popper-list {
|
|
min-width: auto;
|
|
min-width: auto;
|
|
@@ -630,8 +720,50 @@
|
|
display: block;
|
|
display: block;
|
|
width: 100%;
|
|
width: 100%;
|
|
margin: 0;
|
|
margin: 0;
|
|
|
|
+
|
|
&:not(:last-child) {
|
|
&:not(:last-child) {
|
|
margin-bottom: 5px;
|
|
margin-bottom: 5px;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
+
|
|
|
|
+// el-tabs
|
|
|
|
+.el-tabs {
|
|
|
|
+ .el-tabs__header {
|
|
|
|
+ margin-bottom: 0;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ .el-tabs__content {
|
|
|
|
+ background-color: #fff;
|
|
|
|
+ padding: 30px;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ .el-tabs__item {
|
|
|
|
+ color: #626a82;
|
|
|
|
+ border: none;
|
|
|
|
+ background-color: #fff;
|
|
|
|
+ border-radius: 6px 6px 0 0;
|
|
|
|
+ margin-right: 12px;
|
|
|
|
+
|
|
|
|
+ &.is-active {
|
|
|
|
+ font-weight: 600;
|
|
|
|
+ color: #000;
|
|
|
|
+
|
|
|
|
+ &::before {
|
|
|
|
+ content: "";
|
|
|
|
+ display: inline-block;
|
|
|
|
+ vertical-align: middle;
|
|
|
|
+ width: 10px;
|
|
|
|
+ height: 10px;
|
|
|
|
+ background-color: $--color-primary;
|
|
|
|
+ border-radius: 50%;
|
|
|
|
+ margin-right: 5px;
|
|
|
|
+ margin-top: -2px;
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.el-tabs--card > .el-tabs__header .el-tabs__nav {
|
|
|
|
+ border: none;
|
|
|
|
+}
|