<template>
<view class="flex-col container">
<view class="flex-col group">
&l...
yekong
3年前 (2021-12-29)
喜欢
使用 disabledColor设置颜色。
disabledColor="#ffffff"
<u--input disabledColor="#ffffff" disabled class="inputx" pla...
yekong
3年前 (2021-12-29)
喜欢
uniapp开发tab切换组件
<template>
<div class="tabs">
<div class="tab cur" :class="{active:acti...
yekong
3年前 (2021-12-29)
喜欢
<template>
<view class="certification">
<!-- 注意,如果需要兼容微信小程序,最好通过setRules方法设置rules规则 -->
<...
yekong
3年前 (2021-12-29)
喜欢
<template>
<view class="changepwd">
<u--form labelPosition="left" labelWidth="80" ...
yekong
3年前 (2021-12-28)
喜欢
<template>
<view class="certification">
<!-- 注意,如果需要兼容微信小程序,最好通过setRules方法设置rules规则 -->
<...
yekong
3年前 (2021-12-28)
喜欢
<view class="page" :style="'height:'+windowHeight+'px'"></view>
<script>
export ...
yekong
3年前 (2021-12-28)
喜欢
<u-sticky>
<view class="flex-col section_1">
<image src="/static/local/163...
yekong
3年前 (2021-12-28)
喜欢
html
<u-upload width='120rpx' height='100rpx' :fileList="fileList2"
@afterR...
yekong
3年前 (2021-12-27)
喜欢
uniapp 复选框
方
<u-checkbox-group activeColor="#4293F5">
<u-checkbox :checked="checked" labelColor="#...
yekong
3年前 (2021-12-27)
喜欢