| | |
| | | |
| | | } |
| | | |
| | | //滚动条样式 |
| | | ::-webkit-scrollbar { |
| | | width:8px!important; |
| | | height:8px!important; |
| | | -webkit-appearance:none; |
| | | background-color:#00000040; |
| | | } |
| | | ::-webkit-scrollbar-thumb { |
| | | box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2); |
| | | background: #e1e1e1; |
| | | } |
| | | ::-webkit-scrollbar-track { |
| | | box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2); |
| | | // border-radius: 10px; |
| | | background: #ffffff; |
| | | // background:#2c60c5; |
| | | |
| | | } |
| | | |
| | | |
| | | //表格滚动 |
| | | // .el-table__body-wrapper::-webkit-scrollbar-thumb { |
| | | // border-radius: 5px; |
| | |
| | | font-size: 14px; |
| | | position: relative; |
| | | } |
| | | /*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/ |
| | | ::-webkit-scrollbar { |
| | | width: 10px; |
| | | /*滚动条宽度*/ |
| | | height: 10px; |
| | | border-radius: 8px; |
| | | /*滚动条高度*/ |
| | | -webkit-appearance:none; |
| | | background-color:#f2f2f22a; |
| | | } |
| | | |
| | | /*定义滚动条轨道 内阴影+圆角*/ |
| | | ::-webkit-scrollbar-track { |
| | | /*滚动条的背景区域的内阴影*/ |
| | | /*box-shadow:0px 1px 3px rgba(0,0,0,0.3) inset;*/ |
| | | |
| | | /*滚动条的背景区域的圆角*/ |
| | | border-radius: 8px; |
| | | |
| | | /*滚动条的背景颜色*/ |
| | | background-color: #f2f2f22a; |
| | | } |
| | | |
| | | /*定义滑块 内阴影+圆角*/ |
| | | ::-webkit-scrollbar-thumb { |
| | | /*滚动条的内阴影*/ |
| | | /*box-shadow:0px 1px 3px rgba(0,0,0,0.1) inset;*/ |
| | | |
| | | /*滚动条的圆角*/ |
| | | border-radius: 8px; |
| | | |
| | | /*滚动条的背景颜色*/ |
| | | background-color:#939393; |
| | | } |
| | |
| | | class="add-event-dialog" |
| | | :show-close="false" |
| | | > |
| | | <div class="tank-box" v-loading.fullscreen.lock="isLoading" element-loading-text="下发中,请稍后..."> |
| | | <div class="tank-box"> |
| | | <div slot="title" class="tac drawerHeader">新任务</div> |
| | | <div class="dialog-content-box"> |
| | | <div |
| | |
| | | v-for="(item, index) in Arr" |
| | | :key="index" |
| | | > |
| | | {{ item.Key }}:{{ item.Value || "" }} |
| | | {{ item.Key }}:{{ item.Value || "" }} |
| | | |
| | | </div> |
| | | </div> |
| | | </div> |
| | |
| | | v-prevent-re-click="3000" |
| | | @click="onSubmit()" |
| | | > |
| | | <i class="el-icon-loading icon-loading" v-if="isLoading"/> |
| | | <img src="../../public/confirm1.png" /> |
| | | </div> |
| | | |
| | | </template> |
| | | </div> |
| | | <!-- <ErrorIssue ref="error" :messageError="messageError" @shutdown="shutdown"/> --> |
| | |
| | | this.getCode(this.resParams); |
| | | } |
| | | }, 1000); |
| | | if(this.isLoading){ |
| | | return true; |
| | | } |
| | | this.isLoading=true; |
| | | sendProcessParams({ id: this.taskData.Procedure.ID }).then((res) => { |
| | | console.log(res,'====res') |
| | |
| | | this.resParams = res; |
| | | } |
| | | }); |
| | | setTimeout(()=>{ |
| | | this.isLoading=false; |
| | | },30000) |
| | | } |
| | | }, |
| | | getCode(res) { |
| | |
| | | height: auto; |
| | | float: left; |
| | | display: inline-block; |
| | | position:relative; |
| | | img { |
| | | width: 100%; |
| | | } |
| | | .icon-loading{ |
| | | font-size:19px; |
| | | color:#4efefa; |
| | | position:absolute; |
| | | line-height:2.7; |
| | | left:18%; |
| | | } |
| | | &:nth-of-type(1) { |
| | | margin-right: 30px; |
| | | margin-left: 110px; |