- 博客(5)
- 收藏
- 关注
原创 小程序篇 - uni-app自定义标题栏样式适配问题
我们自定义标题栏先要设置 navigationStyle: ‘custom’ 设置过后只会保留胶囊 其他的可以自由发挥咯 json "pages": [ { "path": "pages/index/index", "style": { "navigationBarTitleText": "健康管理", "navigationStyle": "custom" } } ] html:页面自定义标题栏 <view class="doctor-title" :style="{m
2021-08-13 19:45:23
1741
1
原创 vue篇-ant design vue关于input组件设置只读
vue篇-ant design vue关于input组件设置只读 设置方法如下 <a-input readOnly placeholder="请选择随访患者" /> readonly 的o需为大写
2021-06-10 11:26:19
5925
3
原创 vue篇 - 基于element-ui实现点击按钮自定义创建表单内容
html片段 <template> <div class="app-container"> <div class="tranferbox"> <el-form ref="form" :model="formData" label-width="90px"> <el-form-item label="表单设置"> <el-button @click="addEnvironmentFor
2021-01-25 17:09:24
1634
3
原创 vue篇 - vue-element-admin项目,路由跳转报错Cannot read property ‘__esModule‘ of undefined
vue篇 - vue-element-admin项目,路由跳转报错Cannot read property ‘__esModule’ of undefined 在项目下面store/modules/permission.js文件下更改引入方式 /** * 后台查询的菜单数据拼接成路由格式的数据 * @param routes * @param data * @param is_children */ // 之前我是用的这种方式 component: item.component === '#' ? Layo
2021-01-18 11:28:06
2284
1
原创 CSS动画篇-animation(1)实现小方块的运动轨迹
css *{margin: 0;padding: 0;} body{width: 100vw;height: 100vh;background: #34495e;display: flex;justify-content: center;align-items: center;} .shape{width: 100px;height: 100px;background: white;animation-name: rad,bg;animation-duration: 4s,2s;} @keyframes r
2020-07-24 14:34:18
1828
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅