企业知识库

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 { .reset-btn {
background: #fff; width: 98px;
border: 1px solid #dcdfe6; height: 36px;
background: #FFFFFF;
box-shadow: 0px 4px 8px 0px rgba(76, 76, 76, 0.2);
border-radius: 4px;
border: none;
color: #606266; color: #606266;
font-weight: 600; 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; font-size: 14px;
transition: all 0.3s ease; transition: all 0.3s ease;
&:hover { &:hover {
background: #f5f7fa; background: #f5f7fa;
border-color: #c0c4cc;
color: #409EFF; color: #409EFF;
box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.15); box-shadow: 0px 6px 12px 0px rgba(76, 76, 76, 0.3);
transform: translateY(-1px);
} }
} }
</style> </style>

View File

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