zhangzengfei
2020-09-17 d4cd7df0bd1484c31e37bcb0642e89ecdcf7ab29
src/pages/library/components/addBase.vue
@@ -75,7 +75,7 @@
            required
            prop="startTime"
          >
            <el-col :span="11" class="pick-time">
            <el-col :span="11" class="">
              <el-date-picker
                size="small"
                type="datetime"
@@ -125,7 +125,7 @@
      <el-row>
        <el-col :span="6" :offset="15">
          <el-form-item style="margin-top:50px;text-align:right;" label-width="0px">
            <el-button type="info" size="small" @click="onCancle">取消</el-button>
            <el-button type="info" size="small" @click="onCancle" style="color:#222">取消</el-button>
            <el-button type="primary" size="small" @click="onSubmit('baseForm')" class="save">保存</el-button>
          </el-form-item>
        </el-col>
@@ -396,10 +396,10 @@
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.el-radio__input.is-checked .el-radio__inner {
  border-color: #3d68e1;
  background: #3d68e1;
}
// .el-radio__input.is-checked .el-radio__inner {
//   border-color: #3d68e1;
//   background: #3d68e1;
// }
.save {
  background: #3d68e1;
  border-radius: 2px;
@@ -478,5 +478,8 @@
    transition: all 0.3s;
    pointer-events: none;
  }
  .el-button--info {
    color: #222222 !important;
  }
}
</style>