mirror of
https://github.com/dataease/dataease.git
synced 2025-02-24 11:32:57 +08:00
Merge pull request #10910 from dataease/pr@dev-v2_st
fix(系统设置): copilot样式错乱
This commit is contained in:
commit
c54d526b23
@ -1287,6 +1287,7 @@ defineExpose({
|
|||||||
<template #item="{ element, index }">
|
<template #item="{ element, index }">
|
||||||
<div
|
<div
|
||||||
:key="element.id"
|
:key="element.id"
|
||||||
|
@dblclick.stop="addOperation('rename', element, index)"
|
||||||
@click.stop="handleCondition(element)"
|
@click.stop="handleCondition(element)"
|
||||||
class="list-item_primary"
|
class="list-item_primary"
|
||||||
:class="element.id === activeCondition && 'active'"
|
:class="element.id === activeCondition && 'active'"
|
||||||
|
@ -502,7 +502,7 @@ const queryAnswer = () => {
|
|||||||
color: #1f2329;
|
color: #1f2329;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
z-index: 10;
|
z-index: 9;
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
|
|
||||||
.expand {
|
.expand {
|
||||||
|
Loading…
Reference in New Issue
Block a user