debugger
All checks were successful
Docker Build & Deploy / Build Docker Image (push) Successful in 21s
Docker Build & Deploy / Deploy to Production (push) Successful in 8s
Docker Build & Deploy / Cleanup Dangling Images (push) Successful in 1s
Docker Build & Deploy / WeChat Notification (push) Successful in 1s
All checks were successful
Docker Build & Deploy / Build Docker Image (push) Successful in 21s
Docker Build & Deploy / Deploy to Production (push) Successful in 8s
Docker Build & Deploy / Cleanup Dangling Images (push) Successful in 1s
Docker Build & Deploy / WeChat Notification (push) Successful in 1s
This commit is contained in:
@@ -564,7 +564,7 @@ public class BudgetService(
|
|||||||
else
|
else
|
||||||
{
|
{
|
||||||
description.Append("""
|
description.Append("""
|
||||||
<table>
|
<table style="width: 100%; table-layout: fixed;">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th style="width: 40%;">名称</th>
|
<th style="width: 40%;">名称</th>
|
||||||
@@ -595,7 +595,7 @@ public class BudgetService(
|
|||||||
else
|
else
|
||||||
{
|
{
|
||||||
description.Append("""
|
description.Append("""
|
||||||
<table>
|
<table style="width: 100%; table-layout: fixed;">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th style="width: 40%;">名称</th>
|
<th style="width: 40%;">名称</th>
|
||||||
|
|||||||
Reference in New Issue
Block a user