无人机管理后台前端(已迁走)
罗广辉
2025-06-21 f1c3131872fc49e58db3e7ef6bbc0ba124f9d93c
src/views/system/userinfo.vue
@@ -111,7 +111,9 @@
    <!-- 密钥上传 -->
    <div class="upload-file" v-else-if="checked === 2">
      <img v-if="isSuccess === 'success'" :src="uploadSuccess" alt="" />
      <div v-if="isSuccess === 'success'">上传成功</div>
      <img v-if="isSuccess === 'error'" :src="uploadError" alt="" />
      <div v-if="isSuccess === 'error'">上传失败</div>
      <el-upload
        action="/upload"
        accept=".lic"
@@ -419,12 +421,17 @@
  .upload-btn {
    width: 93px;
    height: 38px;
    line-height: 38px;
    background: #1b3e6c;
    background: #DDEBFF;
    border-radius: 8px 8px 8px 8px;
    border: 1px solid #ffffff;
    color: #fff;
    border: 1px solid #409EFF;
    text-align: center;
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: bold;
    font-size: 14px;
    color: #228CFA;
    line-height: 38px;
    text-align: center;
    margin-top: 10px;
  }
  .password-time {
    margin-top: 50px;