- 集成 Tabs 组件实现发货单和利润表的标签页切换 - 实现利润表数据计算和展示功能 - 添加 Excel 导出和预览功能 - 增加利润表图片生成和保存功能 - 更新订单接口类型定义支持利润表相关字段 - 添加 ProfitTableTemplate 模板类用于生成利润表 HTML - 实现按月查询订单数据并计算单车利润逻辑 - 优化发货单预览界面样式和交互体验 - 增加 file-excel 图标支持 Excel 文件操作 - 更新应用版本号至 v0.0.66
255 lines
3.3 KiB
CSS
255 lines
3.3 KiB
CSS
@font-face {
|
|
font-family: "iconfont"; /* Project id 5042354 */
|
|
src:
|
|
url("//at.alicdn.com/t/c/font_5042354_y6uqn91vagr.woff2?t=1767522385418")
|
|
format("woff2"),
|
|
url("//at.alicdn.com/t/c/font_5042354_y6uqn91vagr.woff?t=1767522385418")
|
|
format("woff"),
|
|
url("//at.alicdn.com/t/c/font_5042354_y6uqn91vagr.ttf?t=1767522385418")
|
|
format("truetype");
|
|
}
|
|
|
|
.iconfont {
|
|
font-family: "iconfont" !important;
|
|
font-size: 16px;
|
|
font-style: normal;
|
|
-webkit-font-smoothing: antialiased;
|
|
-moz-osx-font-smoothing: grayscale;
|
|
}
|
|
|
|
.icon-file-excel:before {
|
|
content: "\e639";
|
|
}
|
|
|
|
.icon-wallet:before {
|
|
content: "\e638";
|
|
}
|
|
|
|
.icon-download:before {
|
|
content: "\e636";
|
|
}
|
|
|
|
.icon-file-pdf:before {
|
|
content: "\e634";
|
|
}
|
|
|
|
.icon-exclamation:before {
|
|
content: "\e635";
|
|
}
|
|
|
|
.icon-arrow-down:before {
|
|
content: "\e62d";
|
|
}
|
|
|
|
.icon-arrow-up:before {
|
|
content: "\e633";
|
|
}
|
|
|
|
.icon-chevron-up:before {
|
|
content: "\e62c";
|
|
}
|
|
|
|
.icon-pen:before {
|
|
content: "\e62b";
|
|
}
|
|
|
|
.icon-trash-can:before {
|
|
content: "\e627";
|
|
}
|
|
|
|
.icon-copy:before {
|
|
content: "\e629";
|
|
}
|
|
|
|
.icon-building:before {
|
|
content: "\e62a";
|
|
}
|
|
|
|
.icon-calculator:before {
|
|
content: "\e626";
|
|
}
|
|
|
|
.icon-compass:before {
|
|
content: "\e625";
|
|
}
|
|
|
|
.icon-phone-flip:before {
|
|
content: "\e624";
|
|
}
|
|
|
|
.icon-eye:before {
|
|
content: "\e62f";
|
|
}
|
|
|
|
.icon-eye-slash:before {
|
|
content: "\e62e";
|
|
}
|
|
|
|
.icon-address-book:before {
|
|
content: "\e623";
|
|
}
|
|
|
|
.icon-pen-to-square:before {
|
|
content: "\e630";
|
|
}
|
|
|
|
.icon-print:before {
|
|
content: "\e620";
|
|
}
|
|
|
|
.icon-rotate-left:before {
|
|
content: "\e621";
|
|
}
|
|
|
|
.icon-clock:before {
|
|
content: "\e622";
|
|
}
|
|
|
|
.icon-location-dot:before {
|
|
content: "\e61f";
|
|
}
|
|
|
|
.icon-user-tie:before {
|
|
content: "\e615";
|
|
}
|
|
|
|
.icon-receipt:before {
|
|
content: "\e617";
|
|
}
|
|
|
|
.icon-file-signature:before {
|
|
content: "\e61b";
|
|
}
|
|
|
|
.icon-chart-line:before {
|
|
content: "\e61c";
|
|
}
|
|
|
|
.icon-chart-pie:before {
|
|
content: "\e61d";
|
|
}
|
|
|
|
.icon-right-left:before {
|
|
content: "\e61e";
|
|
}
|
|
|
|
.icon-chart-bar:before {
|
|
content: "\e613";
|
|
}
|
|
|
|
.icon-bell:before {
|
|
content: "\e614";
|
|
}
|
|
|
|
.icon-circle-check:before {
|
|
content: "\e628";
|
|
}
|
|
|
|
.icon-key:before {
|
|
content: "\e60e";
|
|
}
|
|
|
|
.icon-circle-question:before {
|
|
content: "\e610";
|
|
}
|
|
|
|
.icon-user-switch:before {
|
|
content: "\e826";
|
|
}
|
|
|
|
.icon-arrow-right-from-bracket:before {
|
|
content: "\e637";
|
|
}
|
|
|
|
.icon-gear:before {
|
|
content: "\e60f";
|
|
}
|
|
|
|
.icon-house:before {
|
|
content: "\e611";
|
|
}
|
|
|
|
.icon-check:before {
|
|
content: "\e619";
|
|
}
|
|
|
|
.icon-comment-dots:before {
|
|
content: "\e618";
|
|
}
|
|
|
|
.icon-circle-xmark:before {
|
|
content: "\e60d";
|
|
}
|
|
|
|
.icon-phone:before {
|
|
content: "\e616";
|
|
}
|
|
|
|
.icon-weight-scale:before {
|
|
content: "\e60a";
|
|
}
|
|
|
|
.icon-minus:before {
|
|
content: "\e609";
|
|
}
|
|
|
|
.icon-clipboard-list:before {
|
|
content: "\e607";
|
|
}
|
|
|
|
.icon-folder:before {
|
|
content: "\e608";
|
|
}
|
|
|
|
.icon-file-invoice:before {
|
|
content: "\e60c";
|
|
}
|
|
|
|
.icon-camera:before {
|
|
content: "\e600";
|
|
}
|
|
|
|
.icon-id-card:before {
|
|
content: "\e601";
|
|
}
|
|
|
|
.icon-truck:before {
|
|
content: "\e602";
|
|
}
|
|
|
|
.icon-credit-card:before {
|
|
content: "\e603";
|
|
}
|
|
|
|
.icon-lock:before {
|
|
content: "\e604";
|
|
}
|
|
|
|
.icon-money-bill:before {
|
|
content: "\e606";
|
|
}
|
|
|
|
.icon-chevron-right:before {
|
|
content: "\e605";
|
|
}
|
|
|
|
.icon-circle-info:before {
|
|
content: "\e60b";
|
|
}
|
|
|
|
.icon-user:before {
|
|
content: "\e612";
|
|
}
|
|
|
|
.icon-chevron-down:before {
|
|
content: "\e61a";
|
|
}
|
|
|
|
.icon-plus:before {
|
|
content: "\e631";
|
|
}
|
|
|
|
.icon-chevron-left:before {
|
|
content: "\e632";
|
|
}
|