上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 14 下一页
摘要: <template> <div class="myfooter flex-betweenCenter"> <router-link tag="div" to='/home'> <img class="img" :src="isRouter('/home')?index0:index1" alt="" 阅读全文
posted @ 2022-03-22 11:28 IT小姐姐 阅读(151) 评论(0) 推荐(0) 编辑
摘要: 话不多说,上demo <template> <div id="app"> <header>左右列表双向联动</header> <div class="content"> <!-- 左侧列表 --> <ul class="left_title" ref="left"> <li class="title 阅读全文
posted @ 2022-03-21 13:47 IT小姐姐 阅读(1285) 评论(0) 推荐(0) 编辑
摘要: 在pages.json文件中写 "tabBar": { "color": "#333333", "selectedColor": "#F7433D", "borderStyle": "black", "backgroundColor": "#ffffff", "list": [{ "pagePath 阅读全文
posted @ 2022-03-19 10:31 IT小姐姐 阅读(379) 评论(0) 推荐(0) 编辑
摘要: <template> <view class="container"> <view class="fication-search"> <input type="text" value="" placeholder="请输入您要搜索的内容"/><image class="search-icon" sr 阅读全文
posted @ 2022-03-17 14:25 IT小姐姐 阅读(3693) 评论(0) 推荐(1) 编辑
摘要: 根据需求,软键盘弹起时,不允许页面整体向上滑动 用到的属性是: :adjust-position="false" uni-app 软键盘顶起底部fixed定位的输入框 页面就不会上滑 <view class="cu-bar search bg-white" style="position: fixe 阅读全文
posted @ 2022-03-11 17:14 IT小姐姐 阅读(4155) 评论(0) 推荐(0) 编辑
摘要: 一,图片的引入 background:url(img_flwr.gif); background-repeat:no-repeat; //平铺 二,图片的大小不不变形 background-size:cover; 三,上传的头像裁剪 阅读全文
posted @ 2022-03-11 16:12 IT小姐姐 阅读(646) 评论(0) 推荐(0) 编辑
摘要: 修改前 修改后 修改方法:"navigationBarTextStyle":"white" 阅读全文
posted @ 2022-02-12 15:12 IT小姐姐 阅读(1284) 评论(0) 推荐(0) 编辑
摘要: 如上图,实现单元格合并功能,不多说,直接上代码 一,添加 :span-method="objectSpanMethod" <el-table :key="timer1" :data="tableData" :span-method="objectSpanMethod" style="width: 1 阅读全文
posted @ 2022-02-09 17:01 IT小姐姐 阅读(1406) 评论(0) 推荐(0) 编辑
摘要: 最近项目需要实现一个聊天的功能,群聊或者单聊,用到环信,根据官网实现一下相关的配置吧 第一:下载环信demo 地址:https://github.com/easemob/webim-uniapp-demo 第二:将demo中的 newSDK 和 utils 文件夹放到自己的项目中 (utils文件中 阅读全文
posted @ 2022-01-20 13:42 IT小姐姐 阅读(1165) 评论(0) 推荐(0) 编辑
摘要: <template> <div class="por"> <div class="selectBox" style="width: 400px;"> <div class="selectBox_show" v-on:click.stop="arrowDown"> <i class="icon ico 阅读全文
posted @ 2022-01-17 17:48 IT小姐姐 阅读(266) 评论(0) 推荐(0) 编辑
上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 14 下一页