xiangpei
2024-06-04 c87c4fe5aa3987d61b10d57208232a94eec83d7c
src/layout/components/Navbar.vue
@@ -188,16 +188,16 @@
      width="200px"
    >
      <div style="display:flex; justify-content:space-between; padding:10px 10px;">
        <s-button
        <el-button
          colorType="default"
          size="small"
          @click="() => checkCloseDialog = false"
        >取消</s-button>
        <s-button
        >取消</el-button>
        <el-button
          colorType="deepBlue"
          size="small"
          @click="closeSystem"
        >确定</s-button>
        >确定</el-button>
      </div>
    </s-dialog>
  </div>