ggooalice 2 years ago
parent
commit
d5f717087d

+ 2 - 2
fhKeeper/formulahousekeeper/timesheet/config/index.js

@@ -1,8 +1,8 @@
 var path = require('path')
 
 //  var ip = '127.0.0.1'
-// var ip = '192.168.2.9'
-var ip = '192.168.2.39'
+var ip = '192.168.2.9'
+// var ip = '192.168.2.39'
 
 // var os = require('os'), ip = '', ifaces = os.networkInterfaces() // 获取本机ip
 // for (var i in ifaces) {

+ 1 - 0
fhKeeper/formulahousekeeper/timesheet/src/views/Home.vue

@@ -569,6 +569,7 @@
                 flex: 1;
                 width: 80%;
                 overflow-y: auto;
+                overflow-x: hidden;
                 .breadcrumb-container {
                     .title {
                         width: 200px;

+ 1 - 1
fhKeeper/formulahousekeeper/timesheet/src/views/settings/timetype.vue

@@ -1,6 +1,6 @@
 <template>
     <section >
-        <el-col :span="24" class="toolbar" style="padding-bottom: 0px;">
+        <el-col :span="24" class="toolbar" style="padding-bottom: 0px;position:sticky;top:0;z-index:1002">
             <el-form :inline="true">
                 <el-form-item label="系统基础设置">
                 </el-form-item>