Commit e79ec9e5 authored by 黄奎's avatar 黄奎

页面修改

parent a250eb90
...@@ -72,7 +72,6 @@ ...@@ -72,7 +72,6 @@
showCareer: false, showCareer: false,
careerId: 0, careerId: 0,
isRed: false isRed: false
// sessionStorage.getItem("mazip") ? sessionStorage.getItem("mazip") : true
}; };
}, },
methods: { methods: {
...@@ -91,10 +90,14 @@ ...@@ -91,10 +90,14 @@
window.onblur = function () { window.onblur = function () {
that.plaus(); that.plaus();
if (that.useTime) { if (that.useTime) {
var cObj = that.getLocalStorage();
let params = { let params = {
CreateBy: that.getLocalStorage().EmployeeId, CreateBy: 0,
UsedTime: that.useTime UsedTime: that.useTime
}; };
if (cObj && cObj.EmployeeId) {
params.CreateBy = cObj.EmployeeId;
}
if (params.CreateBy && params.CreateBy > 0) { if (params.CreateBy && params.CreateBy > 0) {
// that.apipost("user_set_user_usederplog", params, r => { // that.apipost("user_set_user_usederplog", params, r => {
// if (r.data.resultCode == 1) { // if (r.data.resultCode == 1) {
...@@ -187,6 +190,7 @@ ...@@ -187,6 +190,7 @@
}); });
} }
}; };
</script> </script>
<style> <style>
@import "//at.alicdn.com/t/font_635492_wcd7pw1105.css"; @import "//at.alicdn.com/t/font_635492_wcd7pw1105.css";
...@@ -243,9 +247,11 @@ ...@@ -243,9 +247,11 @@
Noto Color Emoji, MicrosoftJhengHeiBoldFix, "\5FAE\8EDF\6B63\9ED1\9AD4", Noto Color Emoji, MicrosoftJhengHeiBoldFix, "\5FAE\8EDF\6B63\9ED1\9AD4",
Microsoft JhengHei; Microsoft JhengHei;
} }
.groupTourOrderByTuan_ico { .groupTourOrderByTuan_ico {
margin: 0 10px 0 0; margin: 0 10px 0 0;
} }
.groupTourOrderByTuan_ico i { .groupTourOrderByTuan_ico i {
display: inline-block; display: inline-block;
margin: 0 2px 0 0; margin: 0 2px 0 0;
...@@ -254,9 +260,11 @@ ...@@ -254,9 +260,11 @@
border-radius: 2px; border-radius: 2px;
vertical-align: middle; vertical-align: middle;
} }
.groupTourOrderByTuan_ico>span { .groupTourOrderByTuan_ico>span {
vertical-align: middle; vertical-align: middle;
} }
.groupTourOrder_count { .groupTourOrder_count {
margin: 0 0 20px 0; margin: 0 0 20px 0;
width: 100%; width: 100%;
...@@ -301,6 +309,7 @@ ...@@ -301,6 +309,7 @@
margin: 0 5px 0 0; margin: 0 5px 0 0;
white-space: nowrap; white-space: nowrap;
} }
.groupTourOrder_count_green { .groupTourOrder_count_green {
color: #1BC594; color: #1BC594;
} }
...@@ -316,22 +325,30 @@ ...@@ -316,22 +325,30 @@
.groupTourOrder_count_gray { .groupTourOrder_count_gray {
color: #999999; color: #999999;
} }
.cursor-p{
.cursor-p {
cursor: pointer; cursor: pointer;
} }
.cursor-p.active,.cursor-p:hover{
.cursor-p.active,
.cursor-p:hover {
color: #409EFF; color: #409EFF;
} }
.float-l{
.float-l {
float: left; float: left;
} }
.width100-float-l{
.width100-float-l {
float: left; float: left;
} }
.width100-float-l+.width100-float-l{
.width100-float-l+.width100-float-l {
margin-left: 10px; margin-left: 10px;
} }
.c059FF6 { .c059FF6 {
color: #059ff6; color: #059ff6;
} }
</style> </style>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment