zhangzengfei
2020-10-21 9b6707a857d91aac00ca840661eb4998eabd7e4f
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;