| | |
| | | &::placeholder { |
| | | color: var(--tips); |
| | | } |
| | | |
| | | color: #383874; |
| | | } |
| | | |
| | | &.is-disabled { |
| | |
| | | &::placeholder { |
| | | color: var(--tips); |
| | | } |
| | | |
| | | color: #383874; |
| | | } |
| | | |
| | | .el-range-separator { |
| | |
| | | .detail-container { |
| | | display: flex; |
| | | justify-content: space-between; |
| | | height: 680px; |
| | | max-height: 680px; |
| | | |
| | | .detail-left { |
| | | margin-right: 20px; |
| | |
| | | .label { |
| | | display: inline-block; |
| | | width: 88px; |
| | | flex-shrink: 0; |
| | | font-family: Source Han Sans CN, Source Han Sans CN; |
| | | font-weight: 500; |
| | | font-size: 14px; |
| | |
| | | |
| | | .val { |
| | | margin-left: 12px; |
| | | flex: 1; |
| | | overflow: hidden; |
| | | font-family: Source Han Sans CN, Source Han Sans CN; |
| | | font-weight: 400; |
| | | font-size: 14px; |
| | |
| | | font-style: normal; |
| | | text-transform: none; |
| | | } |
| | | } |
| | | } |
| | | |
| | | .el-upload { |
| | | button { |
| | | background: #4C34FF; |
| | | border: none; |
| | | .val-long { |
| | | overflow: hidden; |
| | | text-overflow: ellipsis; |
| | | white-space: nowrap; |
| | | cursor: pointer; |
| | | } |
| | | } |
| | | } |
| | | } |
| | |
| | | } |
| | | } |
| | | |
| | | .gd-tabs { |
| | | .el-tabs__header { |
| | | .el-tabs__item.is-active { |
| | | color: #3247E5; |
| | | } |
| | | |
| | | .el-tabs__active-bar { |
| | | background: #3247E5; |
| | | } |
| | | } |
| | | } |
| | | |
| | | .gd-dialog-table { |
| | | background: transparent !important; |
| | | |
| | |
| | | |
| | | th.el-table__cell { |
| | | height: 40px; |
| | | border-bottom: 1px solid #DBDFF1 !important; |
| | | border-bottom: 1px solid #E5E6EB !important; |
| | | |
| | | .cell { |
| | | padding: 0 0 0 16px; |
| | | font-family: Source Han Sans CN, Source Han Sans CN; |
| | | font-weight: 400; |
| | | font-size: 14px; |
| | | color: #9292C1; |
| | | color: #86909C; |
| | | text-align: left; |
| | | font-style: normal; |
| | | text-transform: none; |
| | |
| | | font-family: Source Han Sans CN, Source Han Sans CN; |
| | | font-weight: 400; |
| | | font-size: 14px; |
| | | color: #383874; |
| | | color: #4E5969; |
| | | text-align: left; |
| | | font-style: normal; |
| | | text-transform: none; |
| | |
| | | } |
| | | } |
| | | } |
| | | } |
| | | } |
| | | |
| | | .gd-dialog-form { |
| | | // 最后一排不需要设置 margin-bottom |
| | | // border: 1px solid red; |
| | | // 倒数第二个也设置为0 |
| | | // .el-col:nth-last-child(2) { |
| | | // margin-bottom: 0; |
| | | // } |
| | | // .el-col:nth-last-child(1) { |
| | | // margin-bottom: 0; |
| | | // } |
| | | |
| | | // .el-form-item:nth-last-child(2) { |
| | | // margin-bottom: 0; |
| | | // } |
| | | // .el-form-item:nth-last-child(1) { |
| | | // margin-bottom: 0; |
| | | // } |
| | | .gd-select { |
| | | .el-select__wrapper { |
| | | height: 36px; |
| | | } |
| | | } |
| | | |
| | | .gd-date-picker { |
| | | height: 36px; |
| | | } |
| | | |
| | | .gd-input { |
| | | height: 36px; |
| | | } |
| | | .el-input, |
| | | .el-input-number { |
| | | min-width: 200px; |
| | | flex: 1; |
| | | |
| | | .el-input__wrapper { |
| | | padding: 0 8px; |
| | | } |
| | | |
| | | .el-input__inner { |
| | | text-align: left; |
| | | color: #383874; |
| | | |
| | | &::placeholder { |
| | | text-align: left; |
| | | } |
| | | } |
| | | } |
| | | } |