|
@@ -373,7 +373,7 @@ const showTime = computed(() => (item: KeFuMessageRespVO, index: number) => {
|
|
|
|
|
|
<style lang="scss" scoped>
|
|
|
.kefu {
|
|
|
- background-color: #f5f5f5;
|
|
|
+ background-color: var(--app-content-bg-color);
|
|
|
position: relative;
|
|
|
width: calc(100% - 300px - 260px);
|
|
|
|
|
@@ -389,7 +389,7 @@ const showTime = computed(() => (item: KeFuMessageRespVO, index: number) => {
|
|
|
}
|
|
|
|
|
|
.kefu-header {
|
|
|
- background-color: #f5f5f5;
|
|
|
+ background-color: var(--app-content-bg-color);
|
|
|
position: relative;
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
@@ -511,7 +511,7 @@ const showTime = computed(() => (item: KeFuMessageRespVO, index: number) => {
|
|
|
|
|
|
::v-deep(textarea) {
|
|
|
resize: none;
|
|
|
- background-color: #f5f5f5;
|
|
|
+ background-color: var(--app-content-bg-color);
|
|
|
}
|
|
|
|
|
|
:deep(.el-input__wrapper) {
|