zhangzengfei
2020-10-21 9b6707a857d91aac00ca840661eb4998eabd7e4f
调整增加底库form的样式, 国标刷新按钮增加loading
2个文件已修改
18 ■■■■■ 已修改文件
src/components/LeftNav.vue 3 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/pages/library/components/addBase.vue 15 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/components/LeftNav.vue
@@ -126,7 +126,8 @@
              <div class="tree-edit gb-refresh" v-show="!TreeDataPool.gbReadonly">
                <el-tooltip content="刷新" placement="top" popper-class="atooltip">
                  <button @click="refreshGB">
                    <i class="el-icon-refresh" style="font-size:16px"></i>
                    <i v-if="loadingGBTree" class="el-icon-loading" style="font-size:16px"></i>
                    <i v-else class="el-icon-refresh" style="font-size:16px"></i>
                  </button>
                </el-tooltip>
              </div>
src/pages/library/components/addBase.vue
@@ -5,7 +5,7 @@
      :model="form"
      :rules="rules"
      label-width="150px"
      class="mt50"
      class="add-base-form"
      label-position="left"
    >
      <el-row>
@@ -75,7 +75,7 @@
            required
            prop="startTime"
          >
            <el-col :span="11" class="">
            <el-col :span="11" class>
              <el-date-picker
                size="small"
                type="datetime"
@@ -386,6 +386,9 @@
}
</script>
<style lang="scss">
.add-base-form {
  margin-top: 50px;
}
.el-radio__inner {
  border: 1px solid #dcdfe6;
  border-radius: 100%;
@@ -447,8 +450,8 @@
    line-height: 40px;
    outline: none;
    padding: 0 0 0 15px;
    -webkit-transition: border-color .2s cubic-bezier(.645,.045,.355,1);
    transition: border-color .2s cubic-bezier(.645,.045,.355,1);
    -webkit-transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
    width: 100%;
  }
  .el-input--prefix .el-input__inner {
@@ -463,7 +466,7 @@
    left: 0px;
    top: 0;
    text-align: center;
    color: #C0C4CC;
    color: #c0c4cc;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
@@ -473,7 +476,7 @@
    right: -2px;
    top: 0;
    text-align: center;
    color: #C0C4CC;
    color: #c0c4cc;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    pointer-events: none;