diff --git a/src/views/pages/richedit/all.vue b/src/views/pages/richedit/all.vue
index 039aaf0..87fc4fe 100644
--- a/src/views/pages/richedit/all.vue
+++ b/src/views/pages/richedit/all.vue
@@ -376,10 +376,14 @@
-->
-
-
-
-
+
+ 操作记录
+
@@ -1140,4 +1144,15 @@ onMounted(async () => {
display: flex;
align-items: center;
}
+
+.record_btn {
+ font-family: PingFangSC, PingFang SC;
+ font-weight: 400;
+ font-size: 14px;
+ color: #6b6c6f;
+ line-height: 20px;
+ text-align: left;
+ font-style: normal;
+ cursor: pointer;
+}
diff --git a/src/views/pages/richedit/index.vue b/src/views/pages/richedit/index.vue
index b501674..1734768 100644
--- a/src/views/pages/richedit/index.vue
+++ b/src/views/pages/richedit/index.vue
@@ -577,14 +577,21 @@
-->
-
+ 操作记录
+
+
@@ -1023,6 +1030,7 @@ const isScoreShow = ref(false);
const curScore = ref(0);
const scoreDetail = ref({});
const isAdmin = computed(() => {
+ console.log('🚀 ~ route.query.admin :', route.query.admin);
return route.query.admin == 'superman' || Session.get('userInfoLocal').userType == '02' || Session.get('userInfoLocal').userType == '01'
? true
: false;
@@ -1249,6 +1257,7 @@ onMounted(async () => {
:deep(.el-button--large) {
padding: 0;
+ height: 35px;
}
:deep(.is-disabled) {
@@ -1378,23 +1387,18 @@ onMounted(async () => {
align-items: center;
}
-:deep(.el-table__expand-icon .el-icon-arrow-right:before) {
- background: url('../../../../assets/images/文件夹未展开.png') no-repeat;
-
- content: '';
-
- display: block;
-
- width: 16px;
-
- height: 16px;
-
- font-size: 16px;
-
- background-size: 16px;
-}
-
.el-button + .el-button {
margin-left: 0px;
}
+
+.record_btn {
+ font-family: PingFangSC, PingFang SC;
+ font-weight: 400;
+ font-size: 14px;
+ color: #6b6c6f;
+ line-height: 20px;
+ text-align: left;
+ font-style: normal;
+ cursor: pointer;
+}