李林
2023-12-28 5229a61ca5250e1bd24399258e05ada2e7c4253a
src/App.vue
@@ -25,8 +25,8 @@
};
</script>
<style>
/* @import url("../static/img/alifont/iconfont.css"); */
@import url("//at.alicdn.com/t/c/font_4379269_qfsjed5hzge.css");
   @import url("../static/alifont/iconfont.css");
   /* @import url("//at.alicdn.com/t/c/font_4379269_2wteluxhkyd.css"); */
* {
  margin: 0;
@@ -115,44 +115,57 @@
.el-popper .popper__arrow {
  display: none;
}
/**修改全局的滚动条*/
/**滚动条的宽度*/
::-webkit-scrollbar {
  width: 8px;
   height: 8px;
}
::-webkit-scrollbar-thumb {
  background-color: #bdbfc4;
  border-radius: 3px;
}
/* 全局表格样式 */
.el-table th.el-table__cell,
.has-gutter .el-table__cell {
  background-color: #F0F1F5 !important;
  color: #333;
}
.has-gutter .el-table__cell .cell {
  font-size: 14px !important;
  font-weight: 500;
}
.cell {
  color: #333;
  padding: 0 17px !important;
  font-size: 12px;
}
.cell span {
  font-size: 12px;
  font-weight: 400;
}
.el-table .el-table__cell{
   padding: 0px 0;
      padding: 0 0;
}
   .el-table .el-table__row {
      height: 41px;
   }
.el-table th.el-table__cell > .cell {
  font-size: 14px;
  font-weight: 400;
  color: #333;
   padding: 6px 17px !important;
}
/* 全局分页器样式 */
.el-pager .number {
  font-size: 14px;
@@ -162,16 +175,20 @@
  color: #999;
  font-weight: 500;
}
.el-pager .number.active {
  background-color: #3A7BFA;
  color: #fff;
  border: 0;
}
.el-pager li.active+li{
   border-left: 10px !important;
}
/* 全局模态框样式 */
.el-dialog__header,.el-message-box__header {
   .el-dialog__header,
   .el-message-box__header {
  box-sizing: border-box;
  height: 56px;
  border-bottom: 1px solid rgb(238, 238, 238);
@@ -179,6 +196,7 @@
  display: flex;
  align-items: center;
}
.el-dialog__header::before {
  content: "";
  display: inline-block;
@@ -243,9 +261,15 @@
  color: #666 !important;
  background-color: rgba(0, 0, 0, 0.05) !important;
}
.el-divider{
   margin: 5px 0;
      margin: 10px 0;
}
   .required-span{
      color: red;
   }
/* 全局输入框样式 */
/* 全局按钮样式 */
</style>