浏览代码

添加 icon 图标

xiaochan 4 年之前
父节点
当前提交
1f9cbb9d63
共有 5 个文件被更改,包括 39 次插入7 次删除
  1. 35 3
      src/icons/iconfont.css
  2. 二进制
      src/icons/iconfont.ttf
  3. 二进制
      src/icons/iconfont.woff
  4. 二进制
      src/icons/iconfont.woff2
  5. 4 4
      src/views/med-tec-mod/MenZhenXiangMu.vue

+ 35 - 3
src/icons/iconfont.css

@@ -1,8 +1,8 @@
 @font-face {
   font-family: "iconfont"; /* Project id 2473230 */
-  src: url('iconfont.woff2?t=1626849559909') format('woff2'),
-       url('iconfont.woff?t=1626849559909') format('woff'),
-       url('iconfont.ttf?t=1626849559909') format('truetype');
+  src: url('iconfont.woff2?t=1637638647280') format('woff2'),
+       url('iconfont.woff?t=1637638647280') format('woff'),
+       url('iconfont.ttf?t=1637638647280') format('truetype');
 }
 
 .iconfont {
@@ -13,6 +13,38 @@
   -moz-osx-font-smoothing: grayscale;
 }
 
+.icon-keShiShouRuTongJi:before {
+  content: "\e648";
+}
+
+.icon-menZhenXiangMu:before {
+  content: "\e633";
+}
+
+.icon-queRenYiZhuShouFei:before {
+  content: "\e665";
+}
+
+.icon-yiJiFeiYongLuRu:before {
+  content: "\e66a";
+}
+
+.icon-yiJiMoKuai:before {
+  content: "\e706";
+}
+
+.icon-jimubaobiao:before {
+  content: "\e606";
+}
+
+.icon-huizhentongji:before {
+  content: "\e61b";
+}
+
+.icon-jieshouhuizhen:before {
+  content: "\e61e";
+}
+
 .icon-keshipipei:before {
   content: "\e632";
 }

二进制
src/icons/iconfont.ttf


二进制
src/icons/iconfont.woff


二进制
src/icons/iconfont.woff2


+ 4 - 4
src/views/med-tec-mod/MenZhenXiangMu.vue

@@ -21,10 +21,10 @@
       </el-select>
       <el-button type="primary" icon="el-icon-search" @click="getMzPatientClick"> 查询</el-button>
       <el-button type="success" icon="el-icon-upload" @click="baoCunClick"> 保存</el-button>
-      <el-tag effect="dark">患者姓名: {{ patient.name }}</el-tag>
-      <el-tag effect="dark" type="warning">性别:{{ cptSex(patient.sex) }} </el-tag>
-      <el-tag effect="dark">出生日期: {{ patient.birthDay }} </el-tag>
-      <el-tag effect="dark" type="warning">诊疗卡: {{ patient.icCardNo }}</el-tag>
+      <el-tag effect="dark" size="medium">患者姓名: {{ patient.name }}</el-tag>
+      <el-tag effect="dark" type="warning" size="medium">性别:{{ cptSex(patient.sex) }} </el-tag>
+      <el-tag effect="dark" size="medium">出生日期: {{ patient.birthDay }} </el-tag>
+      <el-tag effect="dark" type="warning" size="medium">诊疗卡: {{ patient.icCardNo }}</el-tag>
       <el-alert effect="dark" title="点击表格中绿色的按钮就可以查看详细的信息,点击任意位置即可消失小框框或再次点击按钮。哔哩哔哩-(゜-゜)つロ乾杯~" type="success"></el-alert>
     </el-header>
     <el-container>