feat: 新增首页项目列表分页效果

This commit is contained in:
奔跑的面条
2022-05-22 14:09:20 +08:00
parent c3aae6e5fa
commit 64992c59b7
2 changed files with 22 additions and 11 deletions
@@ -15,7 +15,7 @@
<div class="list-content-img" @click="resizeHandle">
<n-image
object-fit="contain"
height="200"
height="180"
preview-disabled
:src="
requireUrl('project/moke-20211219181327.png')
@@ -193,7 +193,7 @@ const resizeHandle = () => {
</script>
<style lang="scss" scoped>
$contentHeight: 200px;
$contentHeight: 180px;
@include go('items-list-card') {
position: relative;
border-radius: $--border-radius-base;