This commit is contained in:
hh 2024-05-11 16:46:20 +08:00
parent d857a52e7c
commit 8ebf141a4b
9 changed files with 61 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 211 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 37 KiB

After

Width:  |  Height:  |  Size: 3.3 MiB

BIN
src/assets/an5.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.8 MiB

BIN
src/assets/an6.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.6 KiB

After

Width:  |  Height:  |  Size: 74 KiB

View File

@ -2,7 +2,7 @@
<div style="padding: 10px;">
<a-card>
<img style="width: 100%;height: 100%;margin-left: 40px;margin-top: 20px;" src="@/assets/myplot.png">
<img style="width: 80%;height: 80%;margin-left: 40px;margin-top: 20px;" src="@/assets/myplot.png">
</a-card>
</div>

20
src/views/cyl/an4.vue Normal file
View File

@ -0,0 +1,20 @@
<template>
<div style="padding: 10px;">
<a-card>
<img style="width: 80%;height: 80%;margin-left: 40px;margin-top: 20px;" src="@/assets/an4.png">
</a-card>
</div>
</template>
<style lang="less" scoped>
.card {
padding: 10px;
}
.center {
height: 500px;
display: flex;
}
</style>

20
src/views/cyl/an5.vue Normal file
View File

@ -0,0 +1,20 @@
<template>
<div style="padding: 10px;">
<a-card>
<img style="width: 80%;height: 80%;margin-left: 40px;margin-top: 20px;" src="@/assets/an5.png">
</a-card>
</div>
</template>
<style lang="less" scoped>
.card {
padding: 10px;
}
.center {
height: 500px;
display: flex;
}
</style>

20
src/views/cyl/an6.vue Normal file
View File

@ -0,0 +1,20 @@
<template>
<div style="padding: 10px;">
<a-card>
<img style="width: 80%;height: 80%;margin-left: 40px;margin-top: 20px;" src="@/assets/an6.png">
</a-card>
</div>
</template>
<style lang="less" scoped>
.card {
padding: 10px;
}
.center {
height: 500px;
display: flex;
}
</style>