XiaoRuby
2023-08-14 28243550e53fcdf0d8dc4d0dd20f8b35acb4f6ba
src/App.vue
@@ -6,7 +6,7 @@
<script>
  export default {
    name: 'App',
  name: "App",
    created() {
      // const changeFavicon = link => {
      //   let $favicon = document.querySelector('link[rel="icon"]');
@@ -22,11 +22,11 @@
      // let icon = '../../../../../static/img/heisur/logo.png'; // 图片地址
      // changeFavicon(icon); // 动态修改网站图标
    }
  }
};
</script>
<style>
  /* @import url("../static/img/alifont/iconfont.css"); */
  @import url("//at.alicdn.com/t/c/font_4179845_enf3r8ak8d.css");
@import url("//at.alicdn.com/t/c/font_4179845_lomzsmcvwfg.css");
  * {
    margin: 0;
@@ -47,7 +47,8 @@
    opacity: 1 !important;
  }
  .el-select-dropdown__item span,.el-cascader-node__label{
.el-select-dropdown__item span,
.el-cascader-node__label {
    font-size: 0.8rem;
  }
@@ -119,7 +120,6 @@
/**滚动条的宽度*/
::-webkit-scrollbar {
   width: 8px;
}
::-webkit-scrollbar-thumb {
   background-color: #bdbfc4;
@@ -128,7 +128,7 @@
/* 全局表格样式 */
  .el-table th.el-table__cell ,
  .has-gutter .el-table__cell {
    background-color: #F0F1F5 !important;
  background-color: #f0f1f5 !important;
    color: #333;
  }
  .has-gutter .el-table__cell .cell {
@@ -159,7 +159,7 @@
    font-weight: 500;
  }
  .el-pager .number.active {
    background-color: #004EA2;
  background-color: #004ea2;
    color: #fff;
    border: 0;
  }
@@ -173,7 +173,7 @@
    align-items: center;
  }
  .el-dialog__header::before{
    content: '';
  content: "";
    display: inline-block;
    width: 4px;
    height: 30.24px;
@@ -198,7 +198,7 @@
   }
   .el-button--primary{
      background: #004EA2;
  background: #004ea2;
   }
   .el-dialog__body{