
简介
该用户还未填写简介
擅长的技术栈
可提供的服务
暂无可提供的服务
vue 新建用户密码的正则校验

定义: 单点登录就是指通过用户的一次性鉴别登陆,其他子项目在需要验证用户信息的时候,无需再做登录操作,自动识别登录。为什么要选择单点登录:就当一个项目下有三个子项目
1.查看远程分支git branch -a$ git branch -a* masterremotes/origin/longhuaremotes/origin/masterremotes/origin/quantianremotes/origin/releaseremotes/origin/release_2022-03-28remotes/origin/workorder运行等到下面这些分支我

通过formatter格式化数字,以展示具有具体含义的数据,往往需要配合parser一起使用。<InputNumber:step="1":formatter="value =>`$ ${value}`.replace(/^(0+)|[^\d]+/g, '')":parser="value => value.replace(/^(0+)|[^\d]+/g, '')"...
自动填充后,本来黑色的背景色变白,字体变黑。input:-webkit-autofill {-webkit-text-fill-color: #fff; // 设置填充不变色transition: background-color 50000s ease-in-out 0s;}input:-internal-autofill-previewed,input:-internal-autofill-s
// 显示帆软的查询组件的时候,动态控制是否显示this.$nextTick(() => {const iframe = window.frames.iFrameconst handleLoad = () => {setTimeout(() => {const Do = (iframe.contentWindow ||...
按钮上的紫色会动的,不知道怎么上传动效<button>CSS 动画按钮</button>button {display: block;border: 0;color: white;cursor: pointer;border-radius: 26px;font-size: 20px;padding: 15px 25px;margin: 60px auto;box-shado
需求:iview 的表单实现拖拽换位置。然后自动将整个数组传给后台。iview 文档说明;<Table:columns="dataCardcolumns":data="caredData":draggable="true"@on-drag-dr...
使用说明超出一行出现向下的 iconfont ,超出的文字用省略号代替, 点击iconfont 后,箭头向上,使用说明全部展示不出现省略号。效果如下<div class="tips item_b"><span class="text" :class="{ nowrap: isFold}" style="width:5....







