Commit c1a2fd1b authored by 罗超's avatar 罗超

修改跳转方式

parent f534e03a
<template>
<div>
<div class="commissionDetails-box">
<div class="query-box">
<ul>
<li>
......@@ -277,7 +277,8 @@ export default {
query: {
EmployeeId: userId,
starTime: startDay,
endTime: entDay
endTime: entDay,
blank:'y'
}
});
}
......@@ -314,38 +315,6 @@ export default {
};
</script>
<style>
.ComDetail_nav {
margin: 20px 0 0 0;
background-color: #f5f5f5;
margin-bottom: 20px;
}
.ComDetail_nav li {
float: left;
font-size: 14px;
color: #666666;
padding: 15px 20px;
cursor: pointer;
position: relative;
background-color: #f1f1f1;
margin-right: 5px;
}
.ComDetail_nav li._active {
background-color: #ffffff;
color: #333333;
}
.ComDetail_nav li._active::after {
content: "";
width: 20px;
height: 3px;
background-color: #e95252;
display: inline-block;
position: absolute;
bottom: 0;
left: 38%;
}
.CD_orderNum {
color: #3980c8;
border-bottom: 1px dotted #3980c8;
cursor: pointer;
}
.commissionDetails-box .el-button.is-circle{padding: 5px !important;}
</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