解决问答题bug
This commit is contained in:
@@ -555,8 +555,9 @@
|
||||
|
||||
.current.mark {
|
||||
// 已完成
|
||||
background-color: rgba(0, 102, 255, 0.6);
|
||||
color: #ffffff;
|
||||
background-color: rgba(232, 181, 49, 0.1);
|
||||
// background-color: rgba(0, 102, 255, 0.6);
|
||||
color: #e8b531;
|
||||
border-color: #e8b531;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -84,7 +84,7 @@
|
||||
});
|
||||
|
||||
const del_all = () => {
|
||||
common.show('', '确认删除全部搜索历史').then((res) => {
|
||||
common.show('', '历史搜索记录清除后无法恢复,确认删除吗?').then((res) => {
|
||||
if (res) {
|
||||
common.setValue(storageKey, []);
|
||||
historyList.value = [];
|
||||
|
||||
Reference in New Issue
Block a user