Pārlūkot izejas kodu

style: 修改Chat Log菜单中AI API Log按钮样式

Jack Zhou 4 mēneši atpakaļ
vecāks
revīzija
15d01d8003

+ 1 - 0
src/views/ChatLog/src/components/TableView/src/TableView.vue

@@ -398,6 +398,7 @@ defineExpose({
       <!-- action操作栏的插槽 -->
       <template #action="{ row }">
         <el-button
+          class="el-button--blue"
           style="height: 24px; padding: 8px 4px; padding-left: 5px; font-size: 12px"
           @click="handleLogDetail(row)"
           v-if="row['Question Type'] !== 'Predefined Question'"