- 博客(6)
- 收藏
- 关注
原创 1、select与el-select动态绑定选择的数据
不太会改el组件的样式,所以采用了原版的选择器<select id="newwork" v-model="NewworkYear" @change="chooseNewworkYear"> <option v-for="(item, idx) in yearList" :key="idx" :label="item.year" :value="item.year" ></option></select><e
2022-01-22 11:46:10 2707 1
原创 2、文本换行、超出省略
1. 不超一行<style>.one { width: 200px; background: #000; color: red; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}</style><div class="one">文字不超过1行,文字不超过1行,文字不超过1行</div>效果2. 不超多行<style>.tw.
2021-12-16 18:37:54 1736 2
原创 1、元素高度随宽度变化自适应
padding-bottom/top 属性使用百分比,跟width相同,都是按照父元素宽度的比例定的。<style>.box { width: 200px; height: 200px; background: #000; position: relative;}.item { width: 80%; padding-bottom: 10%;/* 关键 */ background: #fff; position: absolute; left: ..
2021-12-16 17:12:45 423 1
转载 1、golang环境问题——vscode中安装go插件报错、打开go文件总弹出install提示
1、golang环境问题——vscode中安装go插件报错、打开go文件总弹出install提示插件问题指令重新启动 VSCode插件go: Go Team At Google问题在 VSCode 中安装 Go 插件总弹窗提示失败:The “go-outline” command is not available. Run "go get -v github.com/ramya-rao-a/go-outline"to install …指令检测 GOPATH 和 GOROOT 设置是否
2021-09-01 11:59:10 6842 4
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人