| | |
| | | <template> |
| | | <div id="right-panel" > |
| | | <div id="right-panel"> |
| | | <div class="panel-tab"> |
| | | <div v-for="item in topicMenu" :key="item.id" :title="item.name" class="tab-item" @click="handleGd" :class="{'B-TMT-tab-waybill-isActive': isWaybillHover}"> |
| | | <img :src="item.icon" style="width: 24px;height: 24px;"></div> |
| | |
| | | }, |
| | | toggleMonitorPanel () { |
| | | this.isCollapse = !this.isCollapse |
| | | console.log(11) |
| | | // const el = $('.btn-stretch') |
| | | // const el2 = $('.panel-fold-btn') |
| | | // const el = document.getElementsByClassName('.btn-stretch') |
| | |
| | | .el-card__body { |
| | | padding: 7px; |
| | | } |
| | | |
| | | .el-form-item__content { |
| | | color: rgb(52, 224, 255); |
| | | } |
| | |
| | | |
| | | .el-form-item__label { |
| | | color: rgb(52, 224, 255); |
| | | /*<!--color: @color;-->*/ |
| | | color: @color; |
| | | } |
| | | |
| | | .el-input__inner::placeholder { |