调整增加底库form的样式, 国标刷新按钮增加loading
| | |
| | | <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> |
| | |
| | | :model="form" |
| | | :rules="rules" |
| | | label-width="150px" |
| | | class="mt50" |
| | | class="add-base-form" |
| | | label-position="left" |
| | | > |
| | | <el-row> |
| | |
| | | required |
| | | prop="startTime" |
| | | > |
| | | <el-col :span="11" class=""> |
| | | <el-col :span="11" class> |
| | | <el-date-picker |
| | | size="small" |
| | | type="datetime" |
| | |
| | | } |
| | | </script> |
| | | <style lang="scss"> |
| | | .add-base-form { |
| | | margin-top: 50px; |
| | | } |
| | | .el-radio__inner { |
| | | border: 1px solid #dcdfe6; |
| | | border-radius: 100%; |
| | |
| | | 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 { |
| | |
| | | left: 0px; |
| | | top: 0; |
| | | text-align: center; |
| | | color: #C0C4CC; |
| | | color: #c0c4cc; |
| | | -webkit-transition: all 0.3s; |
| | | transition: all 0.3s; |
| | | } |
| | |
| | | right: -2px; |
| | | top: 0; |
| | | text-align: center; |
| | | color: #C0C4CC; |
| | | color: #c0c4cc; |
| | | -webkit-transition: all 0.3s; |
| | | transition: all 0.3s; |
| | | pointer-events: none; |