@@ -250,4 +251,10 @@ onMounted(() => {
opacity: 1; /* 鼠标悬浮时完全显示 */
}
}
+
+.tag-list-item{
+ border: 0px;
+ color: #BCBCBC;
+ background: none;
+}
diff --git a/Yi.Bbs.Vue3/src/components/MavonEdit.vue b/Yi.Bbs.Vue3/src/components/MavonEdit.vue
index fee13136..f598e871 100644
--- a/Yi.Bbs.Vue3/src/components/MavonEdit.vue
+++ b/Yi.Bbs.Vue3/src/components/MavonEdit.vue
@@ -144,5 +144,28 @@ const change=(value,render)=>{
width: 100%;
}
+.edit ::v-deep(.auto-textarea-input){
+ /* background: none !important; */
+ background: #1D1E1F !important;
+ color: #fff !important;
+}
+.edit ::v-deep(.content-input-wrapper)
+{
+ background: #1D1E1F !important;
+ color: #fff !important;
+}
+.edit ::v-deep(.v-note-edit)
+{
+ background: #1D1E1F !important;
+ color: #fff !important;
+}
+.edit ::v-deep(.v-note-op){
+ background: #1D1E1F !important;
+ color: #fff !important;
+}
+ .edit ::v-deep(.v-show-content){
+ background: #1D1E1F !important;
+ color: #fff !important;
+ }
\ No newline at end of file
diff --git a/Yi.Bbs.Vue3/src/components/ScrollbarInfo.vue b/Yi.Bbs.Vue3/src/components/ScrollbarInfo.vue
index 6844d1f4..70fff743 100644
--- a/Yi.Bbs.Vue3/src/components/ScrollbarInfo.vue
+++ b/Yi.Bbs.Vue3/src/components/ScrollbarInfo.vue
@@ -45,7 +45,7 @@ onMounted(async () => {
height: 2.6rem;
margin: 0 0.2rem;
text-align: center;
- background: rgba(0, 255, 136, 0.1);
+ /* background: rgba(0, 255, 136, 0.1); */
font-size: 14px;
color: #00ff88;
}
diff --git a/Yi.Bbs.Vue3/src/layout/AppBody.vue b/Yi.Bbs.Vue3/src/layout/AppBody.vue
index 85ce7e57..e47c713b 100644
--- a/Yi.Bbs.Vue3/src/layout/AppBody.vue
+++ b/Yi.Bbs.Vue3/src/layout/AppBody.vue
@@ -1,5 +1,4 @@
-
@@ -7,7 +6,6 @@
-->