|
@@ -4,19 +4,25 @@
|
|
|
@import "./element-ui.scss";
|
|
|
@import "./sidebar.scss";
|
|
|
@import "./btn.scss";
|
|
|
-.pagePadding{
|
|
|
- padding: 8px 12px 0 10px;
|
|
|
|
|
|
+.pagePadding {
|
|
|
+ padding: 8px 12px 0 10px;
|
|
|
+ display: inline-block;
|
|
|
+ width: 100%;
|
|
|
}
|
|
|
|
|
|
+html,
|
|
|
body {
|
|
|
height: 100%;
|
|
|
+ width: 100%;
|
|
|
+ background-color: #fff;
|
|
|
-moz-osx-font-smoothing: grayscale;
|
|
|
-webkit-font-smoothing: antialiased;
|
|
|
text-rendering: optimizeLegibility;
|
|
|
font-family: Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB,
|
|
|
Microsoft YaHei, Arial, sans-serif;
|
|
|
}
|
|
|
+
|
|
|
#add-more {
|
|
|
font-family: "Microsoft Yahei", Arial, 黑体, 宋体, sans-serif;
|
|
|
font-size: 14px;
|
|
@@ -25,31 +31,38 @@ body {
|
|
|
height: 30px;
|
|
|
line-height: 30px;
|
|
|
margin-bottom: -5px;
|
|
|
+
|
|
|
&:hover {
|
|
|
cursor: pointer;
|
|
|
}
|
|
|
}
|
|
|
+
|
|
|
label {
|
|
|
font-weight: 700;
|
|
|
}
|
|
|
-.hasHover{
|
|
|
- &:hover{
|
|
|
- cursor: pointer!important;
|
|
|
+
|
|
|
+.hasHover {
|
|
|
+ &:hover {
|
|
|
+ cursor: pointer !important;
|
|
|
}
|
|
|
|
|
|
}
|
|
|
+
|
|
|
html {
|
|
|
height: 100%;
|
|
|
box-sizing: border-box;
|
|
|
}
|
|
|
-.mini-link{
|
|
|
- padding:0 4px;
|
|
|
- span{
|
|
|
+
|
|
|
+.mini-link {
|
|
|
+ padding: 0 4px;
|
|
|
+
|
|
|
+ span {
|
|
|
display: inline-block;
|
|
|
height: 23px;
|
|
|
font-size: 12px;
|
|
|
}
|
|
|
}
|
|
|
+
|
|
|
#app {
|
|
|
height: 100%;
|
|
|
}
|
|
@@ -72,11 +85,13 @@ a:focus,
|
|
|
a:active {
|
|
|
outline: none;
|
|
|
}
|
|
|
-.hover-tag{
|
|
|
- &:hover{
|
|
|
- cursor: pointer!important;
|
|
|
+
|
|
|
+.hover-tag {
|
|
|
+ &:hover {
|
|
|
+ cursor: pointer !important;
|
|
|
}
|
|
|
}
|
|
|
+
|
|
|
a,
|
|
|
a:focus,
|
|
|
a:hover {
|
|
@@ -84,12 +99,15 @@ a:hover {
|
|
|
color: inherit;
|
|
|
text-decoration: none;
|
|
|
}
|
|
|
-.el-checkbox{
|
|
|
+
|
|
|
+.el-checkbox {
|
|
|
margin: 0 20px 5px 0;
|
|
|
}
|
|
|
-.el-radio{
|
|
|
+
|
|
|
+.el-radio {
|
|
|
margin: 6px 20px 6px 0;
|
|
|
}
|
|
|
+
|
|
|
div:focus {
|
|
|
outline: none;
|
|
|
}
|
|
@@ -132,14 +150,17 @@ div:focus {
|
|
|
height: 0;
|
|
|
}
|
|
|
}
|
|
|
-.el-list-select-input{
|
|
|
- li{
|
|
|
+
|
|
|
+.el-list-select-input {
|
|
|
+ li {
|
|
|
float: left;
|
|
|
- &:first-child{
|
|
|
+
|
|
|
+ &:first-child {
|
|
|
width: 115px;
|
|
|
background: #F5F7FA;
|
|
|
- .el-input{
|
|
|
- input{
|
|
|
+
|
|
|
+ .el-input {
|
|
|
+ input {
|
|
|
border-top-right-radius: 0;
|
|
|
border-bottom-right-radius: 0;
|
|
|
background: #F5F7FA;
|
|
@@ -147,10 +168,12 @@ div:focus {
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
- &:last-child{
|
|
|
+
|
|
|
+ &:last-child {
|
|
|
width: calc(100% - 115px);
|
|
|
- .el-input{
|
|
|
- input{
|
|
|
+
|
|
|
+ .el-input {
|
|
|
+ input {
|
|
|
border-top-left-radius: 0;
|
|
|
border-bottom-left-radius: 0;
|
|
|
}
|
|
@@ -158,14 +181,15 @@ div:focus {
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
-.right{
|
|
|
- .ladder-body{
|
|
|
- ul{
|
|
|
- li{
|
|
|
- .el-input-number{
|
|
|
- .el-input{
|
|
|
- input.el-input_inner{
|
|
|
- border-radius: 0!important;
|
|
|
+
|
|
|
+.right {
|
|
|
+ .ladder-body {
|
|
|
+ ul {
|
|
|
+ li {
|
|
|
+ .el-input-number {
|
|
|
+ .el-input {
|
|
|
+ input.el-input_inner {
|
|
|
+ border-radius: 0 !important;
|
|
|
}
|
|
|
}
|
|
|
}
|
|
@@ -173,21 +197,25 @@ div:focus {
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
-#el-cor-full-style{
|
|
|
- width: calc( 100% - 316px)!important;
|
|
|
- padding: 0 0 0 10px!important;
|
|
|
+
|
|
|
+#el-cor-full-style {
|
|
|
+ width: calc(100% - 316px) !important;
|
|
|
+ padding: 0 0 0 10px !important;
|
|
|
}
|
|
|
-#tl-number{
|
|
|
- .el-input{
|
|
|
- input{
|
|
|
+
|
|
|
+#tl-number {
|
|
|
+ .el-input {
|
|
|
+ input {
|
|
|
text-align: left;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
}
|
|
|
-.el-tree-node__content{
|
|
|
+
|
|
|
+.el-tree-node__content {
|
|
|
height: 35px;
|
|
|
}
|
|
|
+
|
|
|
.el-tree-node__content>#custom-tree-node {
|
|
|
flex: 1;
|
|
|
display: flex;
|
|
@@ -196,18 +224,21 @@ div:focus {
|
|
|
font-size: 14px;
|
|
|
border-bottom: 1px solid #eaeefb;
|
|
|
padding-right: 8px;
|
|
|
- >div{
|
|
|
- span{
|
|
|
+
|
|
|
+ >div {
|
|
|
+ span {
|
|
|
display: inline-block;
|
|
|
- padding:8px 0;
|
|
|
- &.el-tag.el-tag--warning{
|
|
|
- padding:0 5px;
|
|
|
+ padding: 8px 0;
|
|
|
+
|
|
|
+ &.el-tag.el-tag--warning {
|
|
|
+ padding: 0 5px;
|
|
|
|
|
|
}
|
|
|
}
|
|
|
|
|
|
}
|
|
|
}
|
|
|
+
|
|
|
aside {
|
|
|
background: #eef1f6;
|
|
|
padding: 8px 24px;
|
|
@@ -231,15 +262,19 @@ aside {
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
+
|
|
|
.tl {
|
|
|
text-align: left;
|
|
|
}
|
|
|
+
|
|
|
.tc {
|
|
|
text-align: center;
|
|
|
}
|
|
|
+
|
|
|
.tr {
|
|
|
text-align: right;
|
|
|
}
|
|
|
+
|
|
|
//main-container全局样式
|
|
|
|
|
|
.clear::after,
|
|
@@ -249,6 +284,7 @@ aside {
|
|
|
// display: block;
|
|
|
clear: both;
|
|
|
}
|
|
|
+
|
|
|
// .el-steps--simple {
|
|
|
// background: transparent;
|
|
|
// }
|
|
@@ -260,19 +296,23 @@ aside {
|
|
|
padding: 0;
|
|
|
margin: 0;
|
|
|
vertical-align: top;
|
|
|
+
|
|
|
li {
|
|
|
float: left;
|
|
|
list-style-type: none;
|
|
|
height: 40px;
|
|
|
padding: 0;
|
|
|
margin: 0;
|
|
|
+
|
|
|
&:first-child {
|
|
|
width: calc(100% - 90px);
|
|
|
+
|
|
|
.el-input__inner {
|
|
|
border-top-right-radius: 0;
|
|
|
border-bottom-right-radius: 0;
|
|
|
border-right: 0;
|
|
|
}
|
|
|
+
|
|
|
.el-input {
|
|
|
border-top-right-radius: 0;
|
|
|
border-bottom-right-radius: 0;
|
|
@@ -280,6 +320,7 @@ aside {
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
+
|
|
|
.app-container {
|
|
|
padding: 20px;
|
|
|
}
|
|
@@ -305,13 +346,11 @@ aside {
|
|
|
text-align: right;
|
|
|
padding-right: 20px;
|
|
|
transition: 600ms ease position;
|
|
|
- background: linear-gradient(
|
|
|
- 90deg,
|
|
|
- rgba(32, 182, 249, 1) 0%,
|
|
|
- rgba(32, 182, 249, 1) 0%,
|
|
|
- rgba(33, 120, 241, 1) 100%,
|
|
|
- rgba(33, 120, 241, 1) 100%
|
|
|
- );
|
|
|
+ background: linear-gradient(90deg,
|
|
|
+ rgba(32, 182, 249, 1) 0%,
|
|
|
+ rgba(32, 182, 249, 1) 0%,
|
|
|
+ rgba(33, 120, 241, 1) 100%,
|
|
|
+ rgba(33, 120, 241, 1) 100%);
|
|
|
|
|
|
.subtitle {
|
|
|
font-size: 20px;
|
|
@@ -346,11 +385,13 @@ aside {
|
|
|
margin-bottom: 10px;
|
|
|
}
|
|
|
}
|
|
|
-.demo-goods-ruleForm{
|
|
|
- .el-form-item{
|
|
|
- margin: 0!important;
|
|
|
+
|
|
|
+.demo-goods-ruleForm {
|
|
|
+ .el-form-item {
|
|
|
+ margin: 0 !important;
|
|
|
}
|
|
|
}
|
|
|
+
|
|
|
//refine vue-multiselect plugin
|
|
|
.multiselect {
|
|
|
line-height: 16px;
|
|
@@ -359,146 +400,174 @@ aside {
|
|
|
.multiselect--active {
|
|
|
z-index: 1000 !important;
|
|
|
}
|
|
|
+
|
|
|
#yewuInput.el-input-number .el-input__inner input {
|
|
|
text-align: left;
|
|
|
}
|
|
|
+
|
|
|
.el-form-item--mini .el-form-item__label {
|
|
|
// line-height: 15px;
|
|
|
}
|
|
|
- .tb-icon,.tb-download {
|
|
|
- margin: 0 6px;
|
|
|
- font-size: 17px;
|
|
|
- width: 17px;
|
|
|
- height: 17px;
|
|
|
- vertical-align: top;
|
|
|
- cursor: pointer;
|
|
|
- &.el-icon-s-check{
|
|
|
+
|
|
|
+.tb-icon,
|
|
|
+.tb-download {
|
|
|
+ margin: 0 6px;
|
|
|
+ font-size: 17px;
|
|
|
+ width: 17px;
|
|
|
+ height: 17px;
|
|
|
+ vertical-align: top;
|
|
|
+ cursor: pointer;
|
|
|
+
|
|
|
+ &.el-icon-s-check {
|
|
|
line-height: 19px;
|
|
|
- font-size: 18px;;
|
|
|
+ font-size: 18px;
|
|
|
+ ;
|
|
|
|
|
|
}
|
|
|
- &:hover {
|
|
|
- color: 3888e5;
|
|
|
- }
|
|
|
- }
|
|
|
- .el-step__title{
|
|
|
- // font-size: 14px!important;
|
|
|
+
|
|
|
+ &:hover {
|
|
|
+ color: 3888e5;
|
|
|
}
|
|
|
- .el-carousel__indicators--outside{
|
|
|
- display: none;
|
|
|
+}
|
|
|
+
|
|
|
+.el-step__title {
|
|
|
+ // font-size: 14px!important;
|
|
|
+}
|
|
|
+
|
|
|
+.el-carousel__indicators--outside {
|
|
|
+ display: none;
|
|
|
+}
|
|
|
+
|
|
|
+.el-input.is-disabled.errorInput {
|
|
|
+ input.el-input__inner {
|
|
|
+ border: 1px solid #ff8888 !important;
|
|
|
+ color: #ff8888 !important;
|
|
|
}
|
|
|
- .el-input.is-disabled.errorInput{
|
|
|
- input.el-input__inner{
|
|
|
- border:1px solid #ff8888!important;
|
|
|
- color: #ff8888!important;
|
|
|
- }
|
|
|
-
|
|
|
+
|
|
|
+}
|
|
|
+
|
|
|
+.el-form-item.errorForm {
|
|
|
+ label.el-form-item__label {
|
|
|
+ color: #ff8888 !important;
|
|
|
}
|
|
|
- .el-form-item.errorForm{
|
|
|
- label.el-form-item__label{
|
|
|
- color: #ff8888!important;
|
|
|
- }
|
|
|
- .el-form-item__content{
|
|
|
- // .is-disabled
|
|
|
- .el-input{
|
|
|
- input.el-input__inner{
|
|
|
- border:1px solid #ff8888!important;
|
|
|
- color: #ff8888!important;
|
|
|
- }
|
|
|
-
|
|
|
+
|
|
|
+ .el-form-item__content {
|
|
|
+
|
|
|
+ // .is-disabled
|
|
|
+ .el-input {
|
|
|
+ input.el-input__inner {
|
|
|
+ border: 1px solid #ff8888 !important;
|
|
|
+ color: #ff8888 !important;
|
|
|
}
|
|
|
- }
|
|
|
|
|
|
+ }
|
|
|
}
|
|
|
- .dropzone .dz-message{
|
|
|
- margin: 8em 0!important;
|
|
|
- }
|
|
|
- .dropzone .dz-preview.dz-image-preview{
|
|
|
- background: transparent!important;
|
|
|
- }
|
|
|
- // .el-collapse-item__wrap{
|
|
|
- // overflow-y: scroll!important;
|
|
|
- // max-height: 500px!important;
|
|
|
- // }
|
|
|
- .el-collapse-item__content{
|
|
|
- padding:0!important;
|
|
|
+
|
|
|
+}
|
|
|
+
|
|
|
+.dropzone .dz-message {
|
|
|
+ margin: 8em 0 !important;
|
|
|
+}
|
|
|
+
|
|
|
+.dropzone .dz-preview.dz-image-preview {
|
|
|
+ background: transparent !important;
|
|
|
+}
|
|
|
+
|
|
|
+// .el-collapse-item__wrap{
|
|
|
+// overflow-y: scroll!important;
|
|
|
+// max-height: 500px!important;
|
|
|
+// }
|
|
|
+.el-collapse-item__content {
|
|
|
+ padding: 0 !important;
|
|
|
+}
|
|
|
+
|
|
|
+.el-table__expanded-cell[class*=cell] {
|
|
|
+ // padding: 20px 20px 20px 50px!important;
|
|
|
+}
|
|
|
+
|
|
|
+.notAnniu.el-input-number.el-input-number--mini.is-controls-right {
|
|
|
+ span.el-input-number__decrease {
|
|
|
+ display: none !important;
|
|
|
}
|
|
|
|
|
|
- .el-table__expanded-cell[class*=cell] {
|
|
|
- // padding: 20px 20px 20px 50px!important;
|
|
|
+ span.el-input-number__increase {
|
|
|
+ display: none !important;
|
|
|
}
|
|
|
- .notAnniu.el-input-number.el-input-number--mini.is-controls-right{
|
|
|
- span.el-input-number__decrease{
|
|
|
- display: none!important;
|
|
|
- }
|
|
|
- span.el-input-number__increase{
|
|
|
- display: none!important;
|
|
|
- }
|
|
|
- .el-input.el-input--mini{
|
|
|
- .el-input__inner{
|
|
|
- padding-right: 15px!important;
|
|
|
- text-align: left;
|
|
|
- }
|
|
|
+
|
|
|
+ .el-input.el-input--mini {
|
|
|
+ .el-input__inner {
|
|
|
+ padding-right: 15px !important;
|
|
|
+ text-align: left;
|
|
|
}
|
|
|
+ }
|
|
|
+
|
|
|
+}
|
|
|
|
|
|
+.el-form-item.el-form-item--feedback.el-form-item--mini.noMargin {
|
|
|
+ .el-form-item__content {
|
|
|
+ margin: 0 !important;
|
|
|
}
|
|
|
- .el-form-item.el-form-item--feedback.el-form-item--mini.noMargin{
|
|
|
-.el-form-item__content
|
|
|
-{
|
|
|
- margin: 0!important;
|
|
|
}
|
|
|
+
|
|
|
+.my-el-alert.el-alert.is-light {
|
|
|
+
|
|
|
+
|
|
|
+ &.el-alert--success {
|
|
|
+ color: #63cbe7 !important;
|
|
|
+ background: #effafd !important;
|
|
|
+ border-color: #c1eaf5 !important;
|
|
|
}
|
|
|
- .my-el-alert.el-alert.is-light{
|
|
|
-
|
|
|
|
|
|
- &.el-alert--success{
|
|
|
- color: #63cbe7!important;
|
|
|
- background: #effafd!important;
|
|
|
- border-color: #c1eaf5!important;
|
|
|
- }
|
|
|
- .el-alert__content>.el-alert__title{
|
|
|
- vertical-align: top!important;
|
|
|
- display: inline-block!important;
|
|
|
- font-size: 17px!important;
|
|
|
- line-height: 30px!important;
|
|
|
- }
|
|
|
- .el-alert__icon{
|
|
|
- display: inline-block!important;
|
|
|
- vertical-align: top!important;
|
|
|
- width: 30px!important;
|
|
|
- height: 30px!important;
|
|
|
- font-size: 26px!important;
|
|
|
- line-height: 30px!important;
|
|
|
- text-align: center!important;
|
|
|
- }
|
|
|
-
|
|
|
+ .el-alert__content>.el-alert__title {
|
|
|
+ vertical-align: top !important;
|
|
|
+ display: inline-block !important;
|
|
|
+ font-size: 17px !important;
|
|
|
+ line-height: 30px !important;
|
|
|
}
|
|
|
- .fl-col{
|
|
|
- position: relative;
|
|
|
- .fl-tag{
|
|
|
- position: absolute;
|
|
|
- z-index: 4;
|
|
|
- top:0;
|
|
|
- left:0;
|
|
|
- }
|
|
|
+
|
|
|
+ .el-alert__icon {
|
|
|
+ display: inline-block !important;
|
|
|
+ vertical-align: top !important;
|
|
|
+ width: 30px !important;
|
|
|
+ height: 30px !important;
|
|
|
+ font-size: 26px !important;
|
|
|
+ line-height: 30px !important;
|
|
|
+ text-align: center !important;
|
|
|
}
|
|
|
-.my-el-divider.el-divider.el-divider--horizontal{
|
|
|
- margin: 12px 0!important;
|
|
|
- .el-divider__text.is-center{
|
|
|
-
|
|
|
- padding:0 10px!important;
|
|
|
- color: #63cbe7!important;
|
|
|
+
|
|
|
+}
|
|
|
+
|
|
|
+.fl-col {
|
|
|
+ position: relative;
|
|
|
+
|
|
|
+ .fl-tag {
|
|
|
+ position: absolute;
|
|
|
+ z-index: 4;
|
|
|
+ top: 0;
|
|
|
+ left: 0;
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
+.my-el-divider.el-divider.el-divider--horizontal {
|
|
|
+ margin: 12px 0 !important;
|
|
|
+
|
|
|
+ .el-divider__text.is-center {
|
|
|
+
|
|
|
+ padding: 0 10px !important;
|
|
|
+ color: #63cbe7 !important;
|
|
|
}
|
|
|
}
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
.el-table__fixed-right {
|
|
|
height: 100% !important;
|
|
|
}
|
|
|
+
|
|
|
.el-table__fixed-left {
|
|
|
height: 100% !important;
|
|
|
}
|
|
|
+
|
|
|
.el-table .warning-row {
|
|
|
background: #f5f7fa !important;
|
|
|
// background: oldlace !important;
|
|
@@ -508,34 +577,40 @@ aside {
|
|
|
background: #f0f9eb !important;
|
|
|
}
|
|
|
|
|
|
-.projectDetail,.zxDiffOrderDetail,.zxReturnDetail {
|
|
|
+.projectDetail,
|
|
|
+.zxDiffOrderDetail,
|
|
|
+.zxReturnDetail {
|
|
|
.modal-form-style {
|
|
|
|
|
|
#demo-sitem.el-form {
|
|
|
.el-row {
|
|
|
border-left: 1px solid #ebeef5 !important;
|
|
|
- border-top : 1px solid #ebeef5 !important;
|
|
|
+ border-top: 1px solid #ebeef5 !important;
|
|
|
+
|
|
|
.el-col {
|
|
|
border-bottom: 1px solid #ebeef5 !important;
|
|
|
border-right: 1px solid #ebeef5 !important;
|
|
|
+
|
|
|
.el-form-item {
|
|
|
margin: 0 !important;
|
|
|
-
|
|
|
+
|
|
|
// >.el-form-item__label {
|
|
|
// border-right: 1px solid #ebeef5 !important;
|
|
|
// }
|
|
|
}
|
|
|
- label.el-form-item__label {
|
|
|
- background: #fafafa !important;
|
|
|
- font-weight: 400!important;
|
|
|
- color: #909399!important;
|
|
|
- border-right: 1px solid #ebeef5 !important;
|
|
|
- }
|
|
|
- .el-form-item__content{
|
|
|
- padding:0 0 0 12px!important;
|
|
|
- color: #606266!important;
|
|
|
- }
|
|
|
-
|
|
|
+
|
|
|
+ label.el-form-item__label {
|
|
|
+ background: #fafafa !important;
|
|
|
+ font-weight: 400 !important;
|
|
|
+ color: #909399 !important;
|
|
|
+ border-right: 1px solid #ebeef5 !important;
|
|
|
+ }
|
|
|
+
|
|
|
+ .el-form-item__content {
|
|
|
+ padding: 0 0 0 12px !important;
|
|
|
+ color: #606266 !important;
|
|
|
+ }
|
|
|
+
|
|
|
}
|
|
|
}
|
|
|
}
|
|
@@ -545,43 +620,54 @@ aside {
|
|
|
.processTimeLine {
|
|
|
.el-step__head.is-finish {
|
|
|
color: #e8e8e8 !important;
|
|
|
- border-color: #e8e8e8 !important;
|
|
|
- .el-step__line{
|
|
|
- background: #e8e8e8!important;
|
|
|
- }
|
|
|
- .el-step__line-inner{
|
|
|
- background: #e8e8e8!important;
|
|
|
+ border-color: #e8e8e8 !important;
|
|
|
+
|
|
|
+ .el-step__line {
|
|
|
+ background: #e8e8e8 !important;
|
|
|
}
|
|
|
+
|
|
|
+ .el-step__line-inner {
|
|
|
+ background: #e8e8e8 !important;
|
|
|
+ }
|
|
|
+
|
|
|
.el-step__icon.is-icon {
|
|
|
color: #30b08f !important;
|
|
|
border-color: #30b08f !important;
|
|
|
}
|
|
|
+
|
|
|
// background: #e8e8e8!important;
|
|
|
}
|
|
|
- .el-step__main{
|
|
|
-
|
|
|
- .el-step__title.is-finish{
|
|
|
- color: rgba(0,0,0,.85)!important;
|
|
|
- font-size: 16px!important;
|
|
|
|
|
|
- }
|
|
|
- .el-step__description.is-finish{
|
|
|
-.name,.item,.time{
|
|
|
- line-height: 23px!important;
|
|
|
- color: rgba(0,0,0,.85)!important;
|
|
|
-}
|
|
|
-.time{
|
|
|
- color: rgba(0,0,0,.45)!important;
|
|
|
-}
|
|
|
- }
|
|
|
-
|
|
|
+ .el-step__main {
|
|
|
+
|
|
|
+ .el-step__title.is-finish {
|
|
|
+ color: rgba(0, 0, 0, .85) !important;
|
|
|
+ font-size: 16px !important;
|
|
|
+
|
|
|
+ }
|
|
|
+
|
|
|
+ .el-step__description.is-finish {
|
|
|
+
|
|
|
+ .name,
|
|
|
+ .item,
|
|
|
+ .time {
|
|
|
+ line-height: 23px !important;
|
|
|
+ color: rgba(0, 0, 0, .85) !important;
|
|
|
+ }
|
|
|
+
|
|
|
+ .time {
|
|
|
+ color: rgba(0, 0, 0, .45) !important;
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
}
|
|
|
}
|
|
|
-.detail-page-title{
|
|
|
- line-height: 28px!important;
|
|
|
- height: 28px!important;
|
|
|
+
|
|
|
+.detail-page-title {
|
|
|
+ line-height: 28px !important;
|
|
|
+ height: 28px !important;
|
|
|
// font-size: 16px!important;
|
|
|
- padding:0!important;
|
|
|
+ padding: 0 !important;
|
|
|
// margin: 20px 0 30px 0!important;
|
|
|
|
|
|
// span.title{
|
|
@@ -590,52 +676,62 @@ aside {
|
|
|
// margin: 0 20px 0 0;
|
|
|
// }
|
|
|
}
|
|
|
-.exam-content{
|
|
|
- line-height: 28px!important;
|
|
|
- height: 28px!important;
|
|
|
+
|
|
|
+.exam-content {
|
|
|
+ line-height: 28px !important;
|
|
|
+ height: 28px !important;
|
|
|
// font-size: 16px!important;
|
|
|
- padding:0!important;
|
|
|
- margin: 0 0 20px 0!important;
|
|
|
- &::after,&::before{
|
|
|
+ padding: 0 !important;
|
|
|
+ margin: 0 0 20px 0 !important;
|
|
|
+
|
|
|
+ &::after,
|
|
|
+ &::before {
|
|
|
content: "";
|
|
|
- display: block;
|
|
|
- clear: both;
|
|
|
+ display: block;
|
|
|
+ clear: both;
|
|
|
}
|
|
|
}
|
|
|
+
|
|
|
.activity-upload {
|
|
|
position: relative;
|
|
|
+
|
|
|
.btnupload {
|
|
|
float: left;
|
|
|
border: 1px solid rgb(220, 223, 230);
|
|
|
box-sizing: border-box;
|
|
|
- width:50px;
|
|
|
- height:50px;
|
|
|
- line-height:50px;
|
|
|
+ width: 50px;
|
|
|
+ height: 50px;
|
|
|
+ line-height: 50px;
|
|
|
text-align: center;
|
|
|
}
|
|
|
+
|
|
|
.Upload {
|
|
|
- width:50px;
|
|
|
- height:50px;
|
|
|
- line-height:50px;
|
|
|
+ width: 50px;
|
|
|
+ height: 50px;
|
|
|
+ line-height: 50px;
|
|
|
text-align: center;
|
|
|
position: absolute;
|
|
|
line-height: 0px;
|
|
|
top: 0;
|
|
|
left: 0;
|
|
|
- line-height:50px;
|
|
|
+ line-height: 50px;
|
|
|
}
|
|
|
+
|
|
|
.fileUp {
|
|
|
vertical-align: top;
|
|
|
}
|
|
|
+
|
|
|
.avatar {
|
|
|
- width:50px;
|
|
|
- height:50px;
|
|
|
- line-height:50px;
|
|
|
+ width: 50px;
|
|
|
+ height: 50px;
|
|
|
+ line-height: 50px;
|
|
|
text-align: center;
|
|
|
}
|
|
|
+
|
|
|
.avatar-uploader .el-upload:hover {
|
|
|
border-color: #409eff;
|
|
|
}
|
|
|
+
|
|
|
.avatar-uploader-icon {
|
|
|
font-size: 20px;
|
|
|
color: #8c939d;
|
|
@@ -644,21 +740,25 @@ aside {
|
|
|
line-height: 50px;
|
|
|
text-align: center;
|
|
|
}
|
|
|
+
|
|
|
.avatar {
|
|
|
width: 100%;
|
|
|
height: 100%;
|
|
|
display: block;
|
|
|
}
|
|
|
+
|
|
|
.txt-tips {
|
|
|
display: inline-block;
|
|
|
font-size: 12px;
|
|
|
color: #606266;
|
|
|
padding: 0 0 0 15px;
|
|
|
+
|
|
|
p {
|
|
|
margin: 0;
|
|
|
line-height: 22px;
|
|
|
}
|
|
|
}
|
|
|
+
|
|
|
.avatar-uploader .el-upload {
|
|
|
border: 1px dashed #DCDFE6;
|
|
|
border-radius: 6px;
|
|
@@ -667,23 +767,28 @@ aside {
|
|
|
overflow: hidden;
|
|
|
}
|
|
|
}
|
|
|
-.hover{
|
|
|
- &:hover{
|
|
|
- cursor: pointer!important;
|
|
|
+
|
|
|
+.hover {
|
|
|
+ &:hover {
|
|
|
+ cursor: pointer !important;
|
|
|
}
|
|
|
}
|
|
|
+
|
|
|
.show-data-table {
|
|
|
padding: 0 0 0 0;
|
|
|
width: 100%;
|
|
|
box-sizing: border-box;
|
|
|
+
|
|
|
.purchaseOrderDetail-addForm {
|
|
|
-
|
|
|
+
|
|
|
border-left: 1px solid #ebeef5 !important;
|
|
|
width: 100%;
|
|
|
box-sizing: border-box;
|
|
|
- &.borderBottom{
|
|
|
+
|
|
|
+ &.borderBottom {
|
|
|
border-bottom: 1px solid #ebeef5 !important;
|
|
|
}
|
|
|
+
|
|
|
.purchaseOrderDetail-addForm-el-col {
|
|
|
display: flex;
|
|
|
align-items: stretch;
|
|
@@ -691,6 +796,7 @@ aside {
|
|
|
box-sizing: border-box;
|
|
|
//
|
|
|
border-right: 1px solid #ebeef5 !important;
|
|
|
+
|
|
|
.label {
|
|
|
width: 100px;
|
|
|
line-height: 35px;
|
|
@@ -702,6 +808,7 @@ aside {
|
|
|
border-top: 1px solid #ebeef5 !important;
|
|
|
border-right: 1px solid #ebeef5 !important;
|
|
|
}
|
|
|
+
|
|
|
.name {
|
|
|
width: calc(100% - 100px);
|
|
|
text-align: left;
|
|
@@ -711,11 +818,13 @@ aside {
|
|
|
padding: 6px 0 6px 10px !important;
|
|
|
word-break: break-all !important;
|
|
|
color: #606266 !important;
|
|
|
+
|
|
|
.el-icon-warning-outline {
|
|
|
- font-size: 16px!important;
|
|
|
- margin: 4px 6px 0 0!important;
|
|
|
- color: #abaea5!important;
|
|
|
- &:hover{
|
|
|
+ font-size: 16px !important;
|
|
|
+ margin: 4px 6px 0 0 !important;
|
|
|
+ color: #abaea5 !important;
|
|
|
+
|
|
|
+ &:hover {
|
|
|
cursor: pointer;
|
|
|
}
|
|
|
}
|