Lijy 3 gadi atpakaļ
vecāks
revīzija
2b9056a212

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

@@ -4,8 +4,8 @@ var path = require('path')
 // var ip = '192.168.2.36'
 
  
-// var ip = '47.100.37.243'
-var ip = '192.168.2.136'
+var ip = '47.100.37.243'
+// var ip = '192.168.2.136'
 
 // var os = require('os'), ip = '', ifaces = os.networkInterfaces() // 获取本机ip
 

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

@@ -451,4 +451,5 @@
     display: inline-block;
     padding-left: 20px;
 }
+
 </style>

+ 4 - 0
fhKeeper/formulahousekeeper/timesheet/static/css/public.css

@@ -242,4 +242,8 @@ textarea {
 table {
 	border-collapse: collapse;
 	border-spacing: 0
+}
+
+.el-checkbox__inner {
+	border:1px solid #6c6c6c !important;
 }