
style
Mr.app
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Vue 鼠标移动到多个li标签上字体高亮
1.字体高亮 <ul v-for="(item,index) in tableData" :key="index" class="smart_nav_con"> <li :class="colorHover===index?'smart_index':'a_white'" style="display:inline-block; width: 100%...原创 2020-04-17 15:42:44 · 3962 阅读 · 1 评论 -
Vue+element-ui样式全局污染
给需要修改样式的html添加单独的class属性<style> .commonstyle .el-radio-button__inner { border-left: 1px solid #dcdfe6; }原创 2019-11-13 17:05:46 · 1398 阅读 · 1 评论