| | |
| | | </a-col> |
| | | <a-col :md="rightColMd" :sm="24" v-if="this.rightcolval == 1"> |
| | | <a-card :bordered="false"> |
| | | <div style="text-align: right"> |
| | | <a-icon type="close-circle" @click="hideUserList" /> |
| | | <div @click="hideUserList" class="close-circle"> |
| | | <a-icon type="close-circle"/> |
| | | </div> |
| | | <!-- 查询区域 --> |
| | | <div class="table-page-search-wrapper"> |
| | |
| | | </div> |
| | | <!-- 操作按钮区域 --> |
| | | <div class="table-operator" :md="24" :sm="24"> |
| | | <a-button @click="handleAddDeviceInWorkshop" type="primary" icon="plus" style="margin-top: 16px" |
| | | <a-button @click="handleAddDeviceInWorkshop" type="primary" icon="plus" style="margin: 5px 0 10px 2px" |
| | | >已有设备 |
| | | </a-button> |
| | | |
| | |
| | | </a-button> |
| | | </a-dropdown> |
| | | </div> |
| | | |
| | | <!-- table区域-begin --> |
| | | <div> |
| | | <div class="ant-alert ant-alert-info" style="margin-bottom: 16px"> |
| | |
| | | .ant-btn { |
| | | margin-left: 8px; |
| | | } |
| | | .close-circle{ |
| | | position: absolute; |
| | | z-index: 9999; |
| | | right: 15px; |
| | | top: 15px; |
| | | cursor: pointer; |
| | | } |
| | | </style> |