|
@@ -0,0 +1,156 @@
|
|
|
+<!DOCTYPE html>
|
|
|
+<html>
|
|
|
+ <head>
|
|
|
+ <meta charset="utf-8" />
|
|
|
+ <!-- <meta http-equiv="Content-Security-Policy" content="upgrade-insecure-requests"> -->
|
|
|
+ <!-- 尝试清除打包缓存 -->
|
|
|
+ <!-- <meta http-equiv="pragram" content="no-cache">
|
|
|
+ <meta http-equiv="cache-control" content="no-cache, no-store, must-revalidate">
|
|
|
+ <meta http-equiv="expires" content="0"> -->
|
|
|
+ <!-- 尝试清除打包缓存 -->
|
|
|
+ <title>工时管家</title>
|
|
|
+ <!--接入钉钉前端组件,进行通讯录组件展示-->
|
|
|
+ <script src="https://auth.dingtalk.com/opendata-1.1.0.js"></script>
|
|
|
+ <link rel="shortcut icon" type="image/x-icon" href="./favicon.ico" />
|
|
|
+ <link href="./static/css/public.css" rel="stylesheet" type="text/css" />
|
|
|
+ <!-- <script async defer src="http://47.101.180.183:9999/api/application/embed?protocol=http&host=47.101.180.183:9999&token=56c5bbad807f9a14"></script> -->
|
|
|
+ <script async defer src="https://chatai.ttkuaiban.com/api/application/embed?protocol=https&host=chatai.ttkuaiban.com&token=56c5bbad807f9a14"></script>
|
|
|
+ <!-- 引入样式 -->
|
|
|
+ <!-- <link href="https://cdn.staticfile.org/element-ui/2.13.0/theme-chalk/index.css" rel="stylesheet"/> -->
|
|
|
+ <!-- <link rel="stylesheet" href="./static/js/element-uiCss.css"> -->
|
|
|
+ <!-- 接入JQ -->
|
|
|
+ <!-- <script src="https://cdn.staticfile.org/jquery/1.10.2/jquery.min.js"></script> -->
|
|
|
+ <script src="./static/js/jquery.min.js"></script>
|
|
|
+ <style>
|
|
|
+ /* 滚动条样式修改 */
|
|
|
+ /*滚动条凹槽的颜色,还可以设置边框属性 */
|
|
|
+ ::-webkit-scrollbar-track-piece {
|
|
|
+ background-color: #f8f8f8;
|
|
|
+ -webkit-border-radius: 2em;
|
|
|
+ -moz-border-radius: 2em;
|
|
|
+ border-radius: 2em;
|
|
|
+ }
|
|
|
+ /*滚动条的宽度*/
|
|
|
+ ::-webkit-scrollbar {
|
|
|
+ width: 9px;
|
|
|
+ height: 9px;
|
|
|
+ }
|
|
|
+ /*滚动条的设置*/
|
|
|
+ ::-webkit-scrollbar-thumb {
|
|
|
+ background-color: #dddddd;
|
|
|
+ background-clip: padding-box;
|
|
|
+ -webkit-border-radius: 2em;
|
|
|
+ -moz-border-radius: 2em;
|
|
|
+ border-radius: 2em;
|
|
|
+ }
|
|
|
+
|
|
|
+ /*滚动条鼠标移上去*/
|
|
|
+ ::-webkit-scrollbar-thumb:hover {
|
|
|
+ background-color: #bbb;
|
|
|
+ }
|
|
|
+
|
|
|
+ /*取消消息列表弹出框的内边距*/
|
|
|
+ .popover-self {
|
|
|
+ padding: 0 !important;
|
|
|
+ }
|
|
|
+
|
|
|
+ /*自定义颜色*/
|
|
|
+ #nprogress .bar {
|
|
|
+ background: #f58220 !important;
|
|
|
+ }
|
|
|
+
|
|
|
+ .selectworktime .el-dialog__header {
|
|
|
+ padding-top: 0;
|
|
|
+ padding-bottom: 0;
|
|
|
+ }
|
|
|
+ .selectworktime .el-dialog__body {
|
|
|
+ padding-top: 15px;
|
|
|
+ }
|
|
|
+ .el-dialog__headerbtn {
|
|
|
+ z-index: 2002;
|
|
|
+ }
|
|
|
+ .selecteorktime_datapick_popper {
|
|
|
+ left: 12vh !important;
|
|
|
+ }
|
|
|
+ .customsalary .el-input__inner {
|
|
|
+ height: 35px;
|
|
|
+ line-height: 35px;
|
|
|
+ }
|
|
|
+ .projectSelectPopperClass {
|
|
|
+ max-width: 1000px;
|
|
|
+ }
|
|
|
+ .projectSelectPopperClass li {
|
|
|
+ overflow: hidden;
|
|
|
+ white-space: nowrap;
|
|
|
+ text-overflow: ellipsis;
|
|
|
+ }
|
|
|
+ .projectSelectPopperClass .el-select-dropdown__item span:nth-child(1) {
|
|
|
+ font-size: 13px;
|
|
|
+ height: 34px;
|
|
|
+ max-width: 350px;
|
|
|
+ }
|
|
|
+ .projectSelectPopperClass .el-select-dropdown__item span:nth-child(2) {
|
|
|
+ font-size: 13px;
|
|
|
+ height: 34px;
|
|
|
+ max-width: 650px;
|
|
|
+
|
|
|
+ text-align: right;
|
|
|
+ }
|
|
|
+
|
|
|
+ /* 清除浮动 */
|
|
|
+ .clearfix:after {
|
|
|
+ content: "";
|
|
|
+ display: block;
|
|
|
+ height: 0;
|
|
|
+ clear: both;
|
|
|
+ visibility: hidden;
|
|
|
+ }
|
|
|
+ .clearfix {
|
|
|
+ /* 触发 hasLayout */
|
|
|
+ zoom: 1;
|
|
|
+ }
|
|
|
+ .fillWeekCustom {
|
|
|
+ .el-dialog__body {
|
|
|
+ padding: 10px 20px !important;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ </style>
|
|
|
+ </head>
|
|
|
+ <!-- 接入飞书 -->
|
|
|
+ <script type="text/javascript" src="https://lf1-cdn-tos.bytegoofy.com/goofy/lark/op/h5-js-sdk-1.5.16.js"></script>
|
|
|
+ <!-- <script src="./static/js/goofy.js"></script> -->
|
|
|
+ <!-- <script src="https://unpkg.com/vconsole/dist/vconsole.min.js"></script>
|
|
|
+ <script>
|
|
|
+ var vConsole = new window.VConsole();
|
|
|
+ </script> -->
|
|
|
+ <body>
|
|
|
+ <div id="app"></div>
|
|
|
+ <script>
|
|
|
+ document.body.ondrop = function (event) {
|
|
|
+ event.preventDefault();
|
|
|
+ event.stopPropagation();
|
|
|
+ };
|
|
|
+ </script>
|
|
|
+ <!-- 引入Vue.js -->
|
|
|
+ <!-- <script src="https://cdn.staticfile.org/vue/2.6.10/vue.min.js"></script> -->
|
|
|
+ <script src="./static/js/vue.min.js"></script>
|
|
|
+ <!-- 引入vuex.js -->
|
|
|
+ <!-- <script src="https://cdn.staticfile.org/vuex/3.0.0/vuex.min.js"></script> -->
|
|
|
+ <script src="./static/js/vuex.min.js"></script>
|
|
|
+ <!-- 引入vue-router -->
|
|
|
+ <!-- <script src="https://cdn.staticfile.org/vue-router/3.0.0/vue-router.min.js"></script> -->
|
|
|
+ <script src="./static/js/vue-router.min.js"></script>
|
|
|
+ <!-- 引入组件库 -->
|
|
|
+ <!-- <script src="https://cdn.staticfile.org/element-ui/2.13.0/index.js"></script> -->
|
|
|
+ <script src="./static/js/element-ui.js"></script>
|
|
|
+ <!-- 引入echarts -->
|
|
|
+ <!-- <script src="https://cdn.staticfile.org/echarts/3.8.5/echarts.min.js"></script> -->
|
|
|
+ <script src="./static/js/echarts.min.js"></script>
|
|
|
+ <!-- 引入企业微信js -->
|
|
|
+ <script src="https://res.wx.qq.com/open/js/jweixin-1.2.0.js" referrerpolicy="origin"></script>
|
|
|
+ <script src="https://open.work.weixin.qq.com/wwopen/js/jwxwork-1.0.0.js" referrerpolicy="origin"></script>
|
|
|
+
|
|
|
+ <!-- <script src="./static/js/jweixin-1.2.0.js"></script>
|
|
|
+ <script src="./static/js/jwxwork-1.0.0.js"></script> -->
|
|
|
+ </body>
|
|
|
+</html>
|