摘要:
1.实现效果: 1.1.代码 <div class="s_center"> <span style="letter-spacing: 10px;">居中文字</span> <!--letter-spaciing:设置文字间间距--> </div> <style scoped> .s_center{ 阅读全文
摘要:
1.复制https://element.eleme.cn/#/zh-CN/component/form代码 2.粘贴 <el-form :model="ruleForm" :rules="rules" ref="ruleForm" label-width="100px" class="demo-ru 阅读全文
摘要:
Ubuntu系统火狐浏览器中,鼠标选择的内容会被自动删除IBus(英文全称为Intelligent Input Bus),是GNU/Linux和类UNIX操作系统下的以GPL协议分发源代码的开源免费多语言输入法框架。 问题的原因是Ubuntu 中ibus-setup输入法框架的设置问题。在终端输入命 阅读全文
摘要:
我们可以通过分块来进行布局: 例如实现以下的布局(两边可增加样式进行调整): Vue 代码: <template> <el-container> <el-header> header </el-header> <el-main> <el-row> <el-col :span="24"> <!--占整 阅读全文