Skip to content

Commit d13b1df

Browse files
committed
v3.8.3 ui code format
1 parent a73d008 commit d13b1df

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/assets/styles/element-variables.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ $--button-font-weight: 400;
1717
$--border-color-light: #dfe4ed;
1818
$--border-color-lighter: #e6ebf5;
1919

20-
$--table-border:1px solid#dfe6ec;
20+
$--table-border: 1px solid#dfe6ec;
2121

2222
/* icon font path, required */
2323
$--font-path: '~element-ui/lib/theme-chalk/fonts';

src/views/infra/codegen/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ export default {
217217
return result.value || ' ';
218218
},
219219
/** 复制代码成功 */
220-
clipboardSuccess(){
220+
clipboardSuccess() {
221221
this.$modal.msgSuccess("复制成功");
222222
},
223223
/** 生成 files 目录 **/

0 commit comments

Comments
 (0)