mirror of
https://gitee.com/ccnetcore/Yi
synced 2026-04-12 20:26:36 +08:00
样式优化
This commit is contained in:
@@ -17,10 +17,13 @@ const count = ref(0)
|
||||
.col-body
|
||||
{
|
||||
text-align: center;
|
||||
|
||||
font-size: small;
|
||||
}
|
||||
.col-body .van-icon
|
||||
{
|
||||
|
||||
color: #FF689B;
|
||||
|
||||
margin-bottom: 0.6rem;
|
||||
}
|
||||
p{
|
||||
|
||||
@@ -10,11 +10,12 @@ round
|
||||
<script setup lang="ts">
|
||||
import { type } from 'os';
|
||||
import { ref } from 'vue'
|
||||
defineProps<{ src: {type:string,default:'null',required:false},
|
||||
width:{type:string,default:'3rem',required:false},
|
||||
height:{type:string,default:'3rem',required:false},
|
||||
const props= defineProps({
|
||||
src: {type:String,default:'null',required:false},
|
||||
width:{type:String,default:'3rem',required:false},
|
||||
height:{type:String,default:'3rem',required:false}
|
||||
})
|
||||
|
||||
}>()
|
||||
const url = `${import.meta.env.VITE_APP_BASE_API}/file/`;
|
||||
</script>
|
||||
<style scoped>
|
||||
|
||||
Reference in New Issue
Block a user