You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

35 lines
801 B

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

<template>
<view>
<view class="v-item">vol框架是基于.NetCoreEFCoreDapperVue23 Element plus uiiview移动端uniappuview开发的框架
</view>
<view class="v-item">&nbsp;&nbsp;&nbsp;&nbsp;前后端分离,支持PC端移动端安卓IOS小程序全自动代码生成,不需要写任何代码,同时提供自定义扩展业务逻辑代码</view>
<view class="v-item v-item1">QQ1群:913189178 <text style="margin-left: 40rpx;">QQ2群:45221949</text></view>
</view>
</template>
<script>
export default {
data() {
return {
}
},
methods: {
}
}
</script>
<style scoped>
.v-item {
padding: 20rpx 30rpx 0rpx 30rpx;
line-height: 1.5;
color: #414141;
font-size: 26rpx;
}
.v-item1{
text-indent: unset;
}
</style>