chore: 优化 ESLint 配置并更正问题代码(eslint src --fix)

This commit is contained in:
2024-05-08 22:47:37 +08:00
parent 8f63576512
commit 5d9fedc354
22 changed files with 37 additions and 27 deletions

View File

@@ -1,5 +1,5 @@
<template>
<div class="now-time" v-if="time">
<div v-if="time" class="now-time">
<p class="now-time__time gi_line_1">{{ time }}</p>
</div>
</template>

View File

@@ -1,7 +1,7 @@
<template>
<a-card title="项目" :bordered="false" size="medium" class="gi_card_title" style="overflow: hidden">
<a-row align="stretch">
<a-col :xs="12" :sm="8" :md="8" v-for="(item, index) in list" :key="item.name">
<a-col v-for="(item, index) in list" :key="item.name" :xs="12" :sm="8" :md="8">
<a-card-grid class="w-full h-full">
<a-card :bordered="false" hoverable :class="'animated-fade-up-' + index">
<a :href="item.url" target="_blank">

View File

@@ -1,5 +1,5 @@
<template>
<div class="gi_page home" id="home">
<div id="home" class="gi_page home">
<WorkCard />
<a-alert>