style(项目管理): 应用设置表格按钮样式

This commit is contained in:
baiqi 2024-12-11 17:59:43 +08:00 committed by Craftsman
parent dba3806a7a
commit d73b28f0cd
1 changed files with 1 additions and 4 deletions

View File

@ -61,7 +61,7 @@
<div v-if="record.type === 'CASE_RELATED'" class="flex flex-row"> <div v-if="record.type === 'CASE_RELATED'" class="flex flex-row">
<!-- 用例 关联需求 --> <!-- 用例 关联需求 -->
<div>{{ t('project.menu.row4') }}</div> <div>{{ t('project.menu.row4') }}</div>
<div class="ml-[8px] cursor-pointer text-[rgb(var(--primary-7))]" @click="showRelatedCaseDrawer"> <div class="ml-[8px] cursor-pointer text-[rgb(var(--primary-5))]" @click="showRelatedCaseDrawer">
{{ t('project.menu.CASE_RELATED') }} {{ t('project.menu.CASE_RELATED') }}
</div> </div>
</div> </div>
@ -979,9 +979,6 @@
</script> </script>
<style scoped lang="less"> <style scoped lang="less">
div {
color: var(--color-text-1);
}
.icon-class { .icon-class {
margin: 0 8px 0 16px; margin: 0 8px 0 16px;
width: 20px; width: 20px;