|
|
@@ -362,31 +362,42 @@
|
|
|
margin: 0 auto;
|
|
|
width: 150px !important;
|
|
|
}
|
|
|
- .el-progress{
|
|
|
- width: 100%;
|
|
|
- }
|
|
|
- .el-progress__text{
|
|
|
- font-size: 16px;
|
|
|
- font-weight: 700;
|
|
|
- line-height:1.5;
|
|
|
- color: #3290D4;
|
|
|
- }
|
|
|
- .el-progress-bar__outer{
|
|
|
- height: 20px!important;
|
|
|
- border: 1px solid #78335f;
|
|
|
- background-color:transparent;
|
|
|
- }
|
|
|
|
|
|
- /* 渐变进度条 */
|
|
|
- .el-bg-inner-running .el-progress-bar__inner{
|
|
|
- background-color: unset;
|
|
|
- background-image: linear-gradient(to right, #3587d8 , #6855ff);
|
|
|
- }
|
|
|
- .el-bg-inner-error .el-progress-bar__inner{
|
|
|
- background-image: linear-gradient(to right, #3587d8 , #fb3a7e);
|
|
|
- }
|
|
|
- .el-bg-inner-done .el-progress-bar__inner{
|
|
|
- background-image: linear-gradient(to right, #3587d8 , #53ff54);
|
|
|
- }
|
|
|
+</style>
|
|
|
|
|
|
+<style scoped>
|
|
|
+ ::v-deep .media-dialog .el-dialog__body {
|
|
|
+ padding: 0 0 16px 0 !important;
|
|
|
+ }
|
|
|
+ ::v-deep .media-dialog .el-scrollbar__wrap {
|
|
|
+ overflow-x: hidden !important;
|
|
|
+ }
|
|
|
+ ::v-deep .mprocess {
|
|
|
+ margin: 0 auto;
|
|
|
+ width: 150px !important;
|
|
|
+ }
|
|
|
+ ::v-deep .el-progress {
|
|
|
+ width: 100%;
|
|
|
+ }
|
|
|
+ ::v-deep .el-progress__text {
|
|
|
+ font-size: 16px;
|
|
|
+ font-weight: 700;
|
|
|
+ line-height: 1.5;
|
|
|
+ color: #3290D4;
|
|
|
+ }
|
|
|
+ ::v-deep .el-progress-bar__outer {
|
|
|
+ height: 20px !important;
|
|
|
+ border: 1px solid #78335f;
|
|
|
+ background-color: transparent;
|
|
|
+ }
|
|
|
+ ::v-deep .el-bg-inner-running .el-progress-bar__inner {
|
|
|
+ background-color: unset;
|
|
|
+ background-image: linear-gradient(to right, #3587d8, #6855ff);
|
|
|
+ }
|
|
|
+ ::v-deep .el-bg-inner-error .el-progress-bar__inner {
|
|
|
+ background-image: linear-gradient(to right, #3587d8, #fb3a7e);
|
|
|
+ }
|
|
|
+ ::v-deep .el-bg-inner-done .el-progress-bar__inner {
|
|
|
+ background-image: linear-gradient(to right, #3587d8, #53ff54);
|
|
|
+ }
|
|
|
</style>
|