上一页 1 2 3 4 5 6 7 ··· 15 下一页
摘要: let pages = getCurrentPages(); // 当前页面 let beforePage = pages[pages.length - 2]; // 上一页 uni.navigateBack({ success: function() { /* beforePage.onLoad( 阅读全文
posted @ 2021-12-31 09:31 凉面好好吃 阅读(435) 评论(0) 推荐(0) 编辑
摘要: "pages": [ //pages数组中第一项表示应用启动页, { "path": "pages/main/main", "style": { "navigationBarTitleText": "沉浸式透明导航栏", "navigationStyle": "custom", // 取消本页面的导 阅读全文
posted @ 2021-12-27 09:29 凉面好好吃 阅读(1457) 评论(0) 推荐(0) 编辑
摘要: /* 用来设置当前页面element全局table 选中某行时的背景色*/ .el-table__body tr.current-row>td{ background-color: #f19944 !important; /* color: #f19944; */ /* 设置文字颜色,可以选择不设置 阅读全文
posted @ 2021-12-02 09:13 凉面好好吃 阅读(992) 评论(0) 推荐(0) 编辑
摘要: transform:scale 缩放元素 写法: transform:scale(x, y) transform:scaleX() scaleY() scaleZ(), transform:scale3d(x, y, z) 设置缩放后,一般是朝着元素中心点缩放,导致元素位置会发生变化,很不方便。 t 阅读全文
posted @ 2021-11-11 14:42 凉面好好吃 阅读(1640) 评论(0) 推荐(0) 编辑
摘要: 在 @change绑定的方法加上下边的代码就好了 强制更新值 this.$forceUpdate(); 阅读全文
posted @ 2021-11-08 17:40 凉面好好吃 阅读(469) 评论(0) 推荐(0) 编辑
摘要: css : * .zl:before { content: ''; display: block; width: 8rem; height: 8rem; position: absolute; left: 47%; top: 35%; transform: translate(-50%, -50%) 阅读全文
posted @ 2021-11-03 17:27 凉面好好吃 阅读(162) 评论(0) 推荐(0) 编辑
摘要: css .imgCircle { width: 8%; position: absolute; left: 56%; top: 35%; display: none; transform: rotateX( 70deg); animation: circle 5s linear infinite; 阅读全文
posted @ 2021-11-03 17:24 凉面好好吃 阅读(347) 评论(0) 推荐(0) 编辑
摘要: 1、<style> 不要添加 “scoped” 属性 2、css .el-tree-node:focus > .el-tree-node__content { background-color: #66b1ff87 !important; } .el-tree-node__content:hover 阅读全文
posted @ 2021-11-02 10:55 凉面好好吃 阅读(1375) 评论(0) 推荐(0) 编辑
摘要: 注意:修改颜色的时候要用选择工具框起来 阅读全文
posted @ 2021-10-18 15:38 凉面好好吃 阅读(168) 评论(0) 推荐(0) 编辑
摘要: 1、html <div class="loginbody"> <div class="border_corner border_corner_left_top"></div> <div class="border_corner border_corner_right_top"></div> <div 阅读全文
posted @ 2021-10-14 11:48 凉面好好吃 阅读(2677) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 ··· 15 下一页