src/views/system/WorkshopSignageManagement.vue
@@ -74,8 +74,8 @@
    </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">
@@ -97,7 +97,7 @@
        </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>
@@ -114,6 +114,7 @@
            </a-button>
          </a-dropdown>
        </div>
        <!-- table区域-begin -->
        <div>
          <div class="ant-alert ant-alert-info" style="margin-bottom: 16px">
@@ -505,4 +506,11 @@
.ant-btn {
  margin-left: 8px;
}
  .close-circle{
    position: absolute;
    z-index: 9999;
    right: 15px;
    top: 15px;
    cursor: pointer;
  }
</style>