forked from github/dataease
fix(系统设置): copilot样式错乱
This commit is contained in:
parent
428e542a37
commit
d14e071ef7
@ -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'"
|
||||
|
@ -502,7 +502,7 @@ const queryAnswer = () => {
|
||||
color: #1f2329;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
z-index: 10;
|
||||
z-index: 9;
|
||||
background-color: #fff;
|
||||
|
||||
.expand {
|
||||
|
Loading…
Reference in New Issue
Block a user