ruoyi-ui/src/assets/icons/add1.png | 补丁 | 查看 | 原始文档 | blame | 历史 | |
ruoyi-ui/src/views/collection/collectionInfo.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
ruoyi-ui/src/views/collection/index.vue | 补丁 | 查看 | 原始文档 | blame | 历史 | |
ruoyi-ui/src/views/honor/index.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
ruoyi-ui/src/views/self/show.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
ruoyi-ui/src/assets/icons/add1.pngruoyi-ui/src/views/collection/collectionInfo.vue
@@ -19,6 +19,7 @@ <el-form-item label="获得时间" prop="happenTime" label-width="70px" style="background: #FAD1E0;border-radius: 7px 7px 7px 7px;opacity: 1;"> <el-input v-model="formData.happenTime" placeholder="请输入获得时间" clearable :style="{width: '100%'}" :disabled="dsb"> </el-input> </el-form-item> <!-- <el-form-item label="获得时间" prop="happenTime" label-width="78px" style="background: #FAD1E0;border-radius: 7px 7px 7px 7px;opacity: 1;">--> <!-- <el-date-picker v-model='formData.happenTime' type='date' placeholder='请选择日期'></el-date-picker>--> ruoyi-ui/src/views/collection/index.vue
ruoyi-ui/src/views/honor/index.vue
@@ -299,6 +299,7 @@ <el-input v-model="formDat.validityDate" type='date' placeholder='选择日期' clearable :style="{width: '100%'}" > </el-input> </el-form-item> <el-form-item label="获得时间" prop="getDate"> <el-input v-model="formDat.getDate" type='date' placeholder='选择日期' clearable :style="{width: '100%'}" > </el-input> ruoyi-ui/src/views/self/show.vue
@@ -1372,23 +1372,23 @@ justify-content: space-between; } .btn_autobiography{ background:center no-repeat url('../../assets/icons/add.png') ; background:center no-repeat url('src/assets/icons/add1.png') ; } .button { background:center no-repeat url('../../assets/icons/add.png') ; background:center no-repeat url('src/assets/icons/add1.png') ; margin-left: 69.5vw; } .button2 { background: center no-repeat url('../../assets/icons/add.png') ; background: center no-repeat url('src/assets/icons/add1.png') ; margin-left: 66vw; } .button4 { background: center no-repeat url('../../assets/icons/add.png') ; background: center no-repeat url('src/assets/icons/add1.png') ; margin-left: 69.5vw; } .button5 { background:center no-repeat url('../../assets/icons/add.png') ; background:center no-repeat url('src/assets/icons/add1.png') ; margin-left: 71vw; } </style>