uni.getSystemInfoSync().statusBarHeight
<template>
<view class="content">
<view :style="{ height:...
yekong
3年前 (2021-12-11)
喜欢
主页面
onReachBottom() {
uni.$emit('onReachBottom', 1);
},
子组件组件
<template>
<view class="...
yekong
3年前 (2021-12-10)
喜欢
word-break: break-all
span {
font-size: 18px;
font-family: PingFang;
font-weight: 500;
color: #8FB2C...
yekong
3年前 (2021-12-08)
喜欢
getecharts2: function () {
window.addEventListener('resize', this.getecharts2)
var chartDom = docum...
yekong
3年前 (2021-12-08)
喜欢
getecharts3: function () {
window.addEventListener('resize', this.getecharts3)
var chartDom = docum...
yekong
3年前 (2021-12-08)
喜欢
更多进度条效果实例
vue 数据可视化大屏进度条效果实例
<template>
<div class="centerpr">
<div class="centerprs">
&l...
yekong
3年前 (2021-12-08)
喜欢
width: 12px;
height: 90px;
background: linear-gradient(0deg, #F89B00 0%, #FFC547 100%);
...
yekong
3年前 (2021-12-08)
喜欢
定义
<slot name="title"></slot>
使用
<div slot="title" class="downx">
</div>
使用
<temp...
yekong
3年前 (2021-12-08)
喜欢
<input type="text" placeholder="请输入户名" placeholder-style="font-size:26rpx;color:rgba(203, 203, 203, 1);" /...
yekong
3年前 (2021-12-07)
喜欢
uniapp开发时,需要一个进度组件,存个模板,方面后期复用
<template>
<view class="schedule">
<div class="scheduleitem" ...
yekong
3年前 (2021-12-05)
喜欢