fix(系统设置): copilot样式错乱

This commit is contained in:
dataeaseShu 2024-07-11 17:32:54 +08:00
parent 428e542a37
commit d14e071ef7
2 changed files with 2 additions and 1 deletions

View File

@ -1287,6 +1287,7 @@ defineExpose({
<template #item="{ element, index }">
<div
:key="element.id"
@dblclick.stop="addOperation('rename', element, index)"
@click.stop="handleCondition(element)"
class="list-item_primary"
:class="element.id === activeCondition && 'active'"

View File

@ -502,7 +502,7 @@ const queryAnswer = () => {
color: #1f2329;
display: flex;
align-items: center;
z-index: 10;
z-index: 9;
background-color: #fff;
.expand {