vue开发时,需要一些特殊的效果,比如点击文字出现弹窗,弹窗是点击一次弹出一个不限数量,并稍加偏移以便于看到大概数量,并且弹窗可以拖动
运行实例
代码
<template>
<div class="wuxiantanchuang"&g...
yekong
3年前 (2022-01-08)
喜欢
vue数据可视化大屏外包项目中需要一个时间刻度尺来控制数据大屏中地图的显示
运行实例
在实际项目中的使用效果:重要目标预警与智慧分析系统
代码
<template>
<div class="ruler-wrapx">
&...
yekong
3年前 (2022-01-08)
喜欢
uniapp开发时需要评论是需要一个表情功能,找了很久没找到合适了,只能找个类似的改改拿来用。
代码
<template>
<view class="flex-col section_1s">
<view class=&q...
yekong
3年前 (2022-01-08)
喜欢
运行实例
代码
<template>
<div class="echarts1" ref="echarts">
</div>
</template>
<script>...
yekong
3年前 (2022-01-07)
喜欢
<el-tag
v-for="(item,index) in typelist"
:key="item.title" style="margin-left: 20px;mar...
yekong
3年前 (2022-01-07)
喜欢
<template>
<view class="wrap">
<text>滑动页面,返回顶部按钮将出现在右下角</text>
<u-back-top :scroll-top="scrol...
yekong
3年前 (2022-01-07)
喜欢
<template>
<view class="content">
<u-scroll-list :indicator="indicator" indicatorColor="#fff0f0&q...
yekong
3年前 (2022-01-07)
喜欢
<u--text mode="phone" text="114" color="red" size="15"></u--text>
uniapp拨打电话
uniapp 拨打电...
yekong
3年前 (2022-01-07)
喜欢
通过shape参数设置图片的形状,circle为圆形,square为方形
如果为方形时,还可以通过border-radius参数设置圆角值
圆形
<u--image src="https://cdn.uviewui.com/uview/album/1.jpg&qu...
yekong
3年前 (2022-01-07)
喜欢
uniapp uview Image图片组件
<u--image src="https://cdn.uviewui.com/uview/album/1.jpg" mode="widthFix"></u--image>...
yekong
3年前 (2022-01-07)
喜欢