Skip to content

Commit

Permalink
fix(frontend): 单据详情样式调整 TencentBlueKing#6482
Browse files Browse the repository at this point in the history
# Reviewed, transaction id: 17863
  • Loading branch information
JustaCattt authored and jinquantianxia committed Sep 10, 2024
1 parent 5439134 commit 98566b8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<div class="ticket-details">
<div class="ticket-details-page">
<div
v-for="(dataItem, dataKey) in config"
:key="dataKey"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

@import "@styles/mixins.less";

.ticket-details {
.ticket-details-page {
.ticket-details-info {
padding-left: 82px;
font-size: @font-size-mini;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
-->

<template>
<div class="ticket-details">
<div class="ticket-details-page">
<BkLoading
:loading="state.isLoading"
style="min-height: 200px">
Expand Down

0 comments on commit 98566b8

Please sign in to comment.