作者 RuoYi

ui code format

@@ -17,7 +17,7 @@ $--button-font-weight: 400; @@ -17,7 +17,7 @@ $--button-font-weight: 400;
17 $--border-color-light: #dfe4ed; 17 $--border-color-light: #dfe4ed;
18 $--border-color-lighter: #e6ebf5; 18 $--border-color-lighter: #e6ebf5;
19 19
20 -$--table-border:1px solid#dfe6ec; 20 +$--table-border: 1px solid #dfe6ec;
21 21
22 /* icon font path, required */ 22 /* icon font path, required */
23 $--font-path: '~element-ui/lib/theme-chalk/fonts'; 23 $--font-path: '~element-ui/lib/theme-chalk/fonts';
@@ -305,7 +305,7 @@ export default { @@ -305,7 +305,7 @@ export default {
305 return result.value || ' '; 305 return result.value || ' ';
306 }, 306 },
307 /** 复制代码成功 */ 307 /** 复制代码成功 */
308 - clipboardSuccess(){ 308 + clipboardSuccess() {
309 this.$modal.msgSuccess("复制成功"); 309 this.$modal.msgSuccess("复制成功");
310 }, 310 },
311 // 多选框选中数据 311 // 多选框选中数据