|
@@ -157,8 +157,9 @@ async function handleCancelCollect(){
|
|
|
|
|
|
<style lang="scss" scoped>
|
|
<style lang="scss" scoped>
|
|
.chart-list-item-box{
|
|
.chart-list-item-box{
|
|
- width: calc(50% - 10px);
|
|
|
|
- height: 474px;
|
|
|
|
|
|
+ width: calc(25% - 30px);
|
|
|
|
+ // height: 474px;
|
|
|
|
+ aspect-ratio: 1 / 1; // 设置宽高比为1:1
|
|
background-color: #fff;
|
|
background-color: #fff;
|
|
box-shadow: 0px 4px 12px 0px #2300351f;
|
|
box-shadow: 0px 4px 12px 0px #2300351f;
|
|
border: 1px solid var(--border-color);
|
|
border: 1px solid var(--border-color);
|