Skip to content

Commit d3d20ac

Browse files
perf: create application modify style
1 parent 28ceb94 commit d3d20ac

File tree

3 files changed

+95
-6
lines changed

3 files changed

+95
-6
lines changed

ui/src/components/card-box/index.vue

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<el-card shadow="hover" class="card-box" @mouseenter="cardEnter()" @mouseleave="cardLeave()">
33
<div class="card-header">
44
<slot name="header">
5-
<div class="title flex" :class="slots.subTitle ? '' : 'align-center'">
5+
<div class="title flex" :class="$slots.subTitle ? '' : 'align-center'">
66
<slot name="icon">
77
<AppAvatar v-if="showIcon" class="mr-12 avatar-blue" shape="square" :size="32">
88
<img src="@/assets/icon_document.svg" style="width: 58%" alt="" />
@@ -19,7 +19,7 @@
1919
</div>
2020
<div
2121
class="description break-all"
22-
:class="slots.subTitle ? 'mt-24' : 'mt-12'"
22+
:class="$slots.subTitle ? 'mt-24' : 'mt-12'"
2323
v-if="$slots.description || description"
2424
>
2525
<slot name="description">
@@ -40,7 +40,6 @@
4040
<script setup lang="ts">
4141
import { ref, useSlots } from 'vue'
4242
43-
const slots = useSlots()
4443
defineOptions({ name: 'CardBox' })
4544
const props = withDefaults(
4645
defineProps<{

ui/src/components/icons/index.ts

Lines changed: 46 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -948,6 +948,27 @@ export const iconMap: any = {
948948
])
949949
}
950950
},
951+
'app-import': {
952+
iconReader: () => {
953+
return h('i', [
954+
h(
955+
'svg',
956+
{
957+
style: { height: '100%', width: '100%' },
958+
viewBox: '0 0 16 16',
959+
version: '1.1',
960+
xmlns: 'http://www.w3.org/2000/svg'
961+
},
962+
[
963+
h('path', {
964+
d: 'M8.11532 8.65984L9.55945 10.0713C9.69264 10.2015 9.69264 10.4125 9.55945 10.5427L9.07714 11.0141C8.94395 11.1443 8.72801 11.1443 8.59482 11.0141L6.42439 8.89279L5.94207 8.42139C5.6757 8.16104 5.6757 7.73893 5.94207 7.47858L8.59482 4.88585C8.72801 4.75568 8.94395 4.75568 9.07714 4.88585L9.55945 5.35726C9.69264 5.48743 9.69264 5.69849 9.55945 5.82866L7.99017 7.36244L14.3241 7.33506C14.3251 7.33505 14.3261 7.33505 14.327 7.33506C14.5154 7.33582 14.6675 7.48567 14.6667 7.66977L14.664 8.30105C14.6632 8.48403 14.5117 8.63219 14.3245 8.633L8.11532 8.65984ZM10.5417 2.66665H2.69754V13.3333H10.5417C10.73 13.3333 10.8827 13.4826 10.8827 13.6666V14.3333C10.8827 14.5174 10.73 14.6666 10.5417 14.6666H2.01544C1.63873 14.6666 1.33334 14.3682 1.33334 14V1.99998C1.33334 1.63179 1.63873 1.33331 2.01544 1.33331H10.5417C10.73 1.33331 10.8827 1.48255 10.8827 1.66665V2.33331C10.8827 2.51741 10.73 2.66665 10.5417 2.66665Z',
965+
fill: 'currentColor'
966+
})
967+
]
968+
)
969+
])
970+
}
971+
},
951972
'app-fitview': {
952973
iconReader: () => {
953974
return h('i', [
@@ -1328,5 +1349,29 @@ export const iconMap: any = {
13281349
)
13291350
])
13301351
}
1331-
}
1352+
},
1353+
'app-add-application': {
1354+
iconReader: () => {
1355+
return h('i', [
1356+
h(
1357+
'svg',
1358+
{
1359+
viewBox: '0 0 16 16',
1360+
version: '1.1',
1361+
xmlns: 'http://www.w3.org/2000/svg'
1362+
},
1363+
[
1364+
h('path', {
1365+
d: 'M3.33333 2.00002H10.6667V3.67969C10.6667 3.76809 10.7018 3.85288 10.7643 3.91539C10.8268 3.9779 10.9116 4.01302 11 4.01302H12.6667V8.66669H14V3.27702C14.0001 3.10027 13.9299 2.93074 13.805 2.80569L11.862 0.86202C11.8001 0.800071 11.7265 0.750933 11.6456 0.717417C11.5647 0.6839 11.4779 0.666662 11.3903 0.666687H2.66667C2.48986 0.666687 2.32029 0.736925 2.19526 0.861949C2.07024 0.986973 2 1.15654 2 1.33335V14.6667C2 14.8435 2.07024 15.0131 2.19526 15.1381C2.32029 15.2631 2.48986 15.3334 2.66667 15.3334H8V14H3.33333V2.00002Z',
1366+
fill: 'currentColor'
1367+
}),
1368+
h('path', {
1369+
d: 'M11.6667 10C11.4826 10 11.3333 10.1492 11.3333 10.3333V12H9.66668C9.48258 12 9.33334 12.1492 9.33334 12.3333V13C9.33334 13.1841 9.48258 13.3333 9.66668 13.3333H11.3333V15C11.3333 15.1841 11.4826 15.3333 11.6667 15.3333H12.3333C12.5174 15.3333 12.6667 15.1841 12.6667 15V13.3333H14.3333C14.5174 13.3333 14.6667 13.1841 14.6667 13V12.3333C14.6667 12.1492 14.5174 12 14.3333 12H12.6667V10.3333C12.6667 10.1492 12.5174 10 12.3333 10H11.6667Z',
1370+
fill: 'currentColor'
1371+
})
1372+
]
1373+
)
1374+
])
1375+
}
1376+
},
13321377
}

ui/src/views/application/index.vue

Lines changed: 47 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,31 @@
5050
>
5151
<el-row :gutter="15">
5252
<el-col :xs="24" :sm="12" :md="8" :lg="6" :xl="6" class="mb-16">
53-
<CardAdd
53+
<!-- <CardAdd
5454
:title="$t('views.application.applicationList.card.createApplication')"
5555
@click="openCreateDialog"
56-
/>
56+
/> -->
57+
<el-card shadow="hover" class="application-card-add" style="--el-card-padding: 8px">
58+
<div class="card-add-button flex align-center cursor p-8" @click="openCreateDialog">
59+
<AppIcon iconName="app-add-application" class="mr-8"></AppIcon>
60+
创建应用
61+
</div>
62+
<el-divider style="margin: 8px 0" />
63+
<el-upload
64+
:file-list="[]"
65+
action="#"
66+
multiple
67+
:auto-upload="false"
68+
:show-file-list="false"
69+
:limit="1"
70+
:on-change="(file: any, fileList: any) => importApplication(file)"
71+
class="card-add-button"
72+
>
73+
<div class="flex align-center cursor p-8">
74+
<AppIcon iconName="app-import" class="mr-8"></AppIcon>导入应用
75+
</div>
76+
</el-upload>
77+
</el-card>
5778
</el-col>
5879
<el-col
5980
:xs="24"
@@ -371,6 +392,30 @@ onMounted(() => {
371392
})
372393
</script>
373394
<style lang="scss" scoped>
395+
.application-card-add {
396+
width: 100%;
397+
font-size: 14px;
398+
min-height: var(--card-min-height);
399+
border: 1px dashed var(--el-border-color);
400+
background: var(--el-disabled-bg-color);
401+
border-radius: 8px;
402+
box-sizing: border-box;
403+
&:hover {
404+
border: 1px solid var(--el-card-bg-color);
405+
background-color: var(--el-card-bg-color);
406+
}
407+
.card-add-button {
408+
&:hover {
409+
border-radius: 4px;
410+
background: var(--app-text-color-light-1);
411+
}
412+
:deep(.el-upload) {
413+
display: block;
414+
width: 100%;
415+
color: var(--el-text-color-regular);
416+
}
417+
}
418+
}
374419
.application-card {
375420
.status-tag {
376421
position: absolute;

0 commit comments

Comments
 (0)