<uni-icons :type="item.icon" :size="30" color="green" /> <text class="text">{{ item.label }}</text> </view> </uni-grid-item> </uni-grid> :show-border="false"这个就是去掉边框,成功解决了 由于后面再去找dcloud社区的那篇文章找不到了,所以没有贴上参考地址...
在unity中使用steamvr的plugin,脚本中自动被附加了如图图标,遮盖目标,造成选择困难,视野也很难看,非常惹人厌。 如图为图标所在目录: /Assets/SteamVR/InteractionSystem/Core/Icons下的VR_interaction_system.png以及VR_interaction_system.png.meta。直接删除即可,复制到别的目录没有用。... ...
<uni-icons type="search" size="18"></uni-icons> <text class="placeholder">搜索</text> </view> </view> </template> export default { name:"my-search", props:{ bgColor:{ type:String, default:"#c00000" }, radius:{ type:String, default:"18px" } }, methods:{ //通过 $emit 来...
"icon": "admin-icons-fl-xitong", "url": "", "sort": 1000, "parent_id": "", "permission": [], "enable": true, "create_date": 1602662469396, "_id": "system_management" }, { "menu_id": "system_user", "name": "用户管理", "icon": "admin-icons-manager-user", "url": ...
<uni-icons class="fab-circle-icon" type="plusempty" :color="styles.iconColor" size="32" :class="{'uni-fab__plus--active': isShow && content.length > 0}"></uni-icons> <!-- <view class="fab-circle-v" :class="{'uni-fab__plus--active': isShow && content.length > 0}"><...
@click="onClear"></uni-icons> <!-- :size="clearSize" :color="msg ? '#dd524d' : focusShow ? primaryColor : '#c0c4cc'" --> <!-- 新增蒙层,点击蒙层时关闭选项显示 --> <view class="uni-combox__mask" v-show="showSelector" @click="showSelector = false"></view> ...
描述问题 我尝试把项目unocss-applet替换成@uni-helper/unocss-preset-uni 项目使用了变体组,无法编译到小程序 项目地址:https://github.com/z-sq/uni-app-vite.git 复现 uno.config.ts 使用unocss-applet import { defineConfig, presetIcons, transformerDirectives, tr
里面涉及到定位,NFC,相册,语音,指纹,人脸 ,权限 ,名称, 描述等 android.permission.ACCESS_CHECK...
unpackage/res/icons 更新图标 1年前 示例图片 更新 1年前 页面用例/弹框日期 更新 1年前 .gitignore 更新 6个月前 .prettierignore 更新 1年前 .prettierrc 更新 1年前 LICENSE add LICENSE. 1年前 README-uniapp.md 更新说明 4个月前 README.md 更新说明 4个...
场景1、设计图上面很多纯色icon,比如搜索icon,右箭头icon 2、让设计师根据iconfont的图标制作规则 链接如下 https://www.iconfont.cn/icons/upload?spm=a313x.7781069.1998910419.d1baf4ee7 制作svg图片 3、上传图片到iconfont,添加到购物车,然后下载代码 4、本地项目,新建iconfo...微信小程序 引入字体图标 在...