企业知识库

This commit is contained in:
cwchen 2025-10-23 18:39:01 +08:00
parent 5c27491af5
commit 3990043c5e
2 changed files with 9 additions and 10 deletions

View File

@ -126,23 +126,21 @@ export default {
}
.reset-btn {
background: #fff;
border: 1px solid #dcdfe6;
width: 98px;
height: 36px;
background: #FFFFFF;
box-shadow: 0px 4px 8px 0px rgba(76, 76, 76, 0.2);
border-radius: 4px;
border: none;
color: #606266;
font-weight: 600;
padding: 12px 24px;
border-radius: 6px;
box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.1);
letter-spacing: 0.5px;
font-size: 14px;
transition: all 0.3s ease;
&:hover {
background: #f5f7fa;
border-color: #c0c4cc;
color: #409EFF;
box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.15);
transform: translateY(-1px);
box-shadow: 0px 6px 12px 0px rgba(76, 76, 76, 0.3);
}
}
</style>

View File

@ -91,7 +91,8 @@ export default {
methods: {
//
handleBack() {
this.$router.go(-1)
const obj = { path: "/enterpriseLibrary/enterprise" }
this.$tab.closeOpenPage(obj)
},
//