Commit e79ec9e5 authored by 黄奎's avatar 黄奎

页面修改

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