提交
This commit is contained in:
parent
6fd5e9a330
commit
5fc6009c0e
@ -430,7 +430,7 @@
|
|||||||
</section>
|
</section>
|
||||||
<section class="flex flex-col md:flex-row w-full max-w-[1480px] mx-auto gap-8 py-12">
|
<section class="flex flex-col md:flex-row w-full max-w-[1480px] mx-auto gap-8 py-12">
|
||||||
<!-- 左侧区块 -->
|
<!-- 左侧区块 -->
|
||||||
<div class="bg-white rounded-xl shadow-md overflow-hidden flex-1 flex flex-col">
|
<div class="bg-white rounded-xl shadow-md overflow-hidden flex-1 flex flex-col" style="flex: 2">
|
||||||
<div class="p-6 border-b">
|
<div class="p-6 border-b">
|
||||||
<h3 class="text-xl font-semibold text-gray-700 mb-4 flex items-center">
|
<h3 class="text-xl font-semibold text-gray-700 mb-4 flex items-center">
|
||||||
招采信息
|
招采信息
|
||||||
@ -443,20 +443,25 @@
|
|||||||
<!-- 移除滚动条 -->
|
<!-- 移除滚动条 -->
|
||||||
<table class="w-full table-auto">
|
<table class="w-full table-auto">
|
||||||
<colgroup>
|
<colgroup>
|
||||||
<col span="1" style="width: 70%;">
|
<col span="1" style="width: 25%;">
|
||||||
<col span="1" style="width: 30%;">
|
<col span="1" style="width: 60%;">
|
||||||
|
<col span="1" style="width: 15%;">
|
||||||
</colgroup>
|
</colgroup>
|
||||||
<tbody class="divide-y divide-gray-100">
|
<tbody class="divide-y divide-gray-100">
|
||||||
{dreamer-cms:list typeid="c44273d2" pagenum="1" pagesize="5" cascade="true" sortBy="show_time" sortWay="desc"}
|
{dreamer-cms:list typeid="c44273d2" pagenum="1" pagesize="5" cascade="true" sortBy="show_time" sortWay="desc"}
|
||||||
<tr class="hover:bg-gray-50">
|
<tr class="hover:bg-gray-50">
|
||||||
|
<td class="px-6 py-4 text-gray-600 text-lg max-w-[30ch] truncate" style="width: 10px;">
|
||||||
|
<img src="{dreamer-cms:template /}\images\area.png" style="display: inline-block; vertical-align: middle; margin-right: 8px;">
|
||||||
|
<span style="display: inline-block; vertical-align: middle;">青岛</span>
|
||||||
|
</td>
|
||||||
<!-- 修改后的单元格 -->
|
<!-- 修改后的单元格 -->
|
||||||
<td
|
<td
|
||||||
class="px-6 py-4 font-medium text-gray-800 text-lg max-w-[30ch] truncate break-words">
|
class="px-1 py-4 font-medium text-gray-800 text-lg max-w-[30ch] truncate break-words custom-left-align">
|
||||||
<a href="[field:arcurl/]" >
|
<a href="[field:arcurl/]" >
|
||||||
[field:title/]</a>
|
[field:title/]</a>
|
||||||
</td>
|
</td>
|
||||||
|
|
||||||
<td class="px-6 py-4 text-gray-600 text-lg max-w-[30ch] truncate">
|
<td id="thetime" class="px-6 py-4 text-gray-600 text-lg max-w-[30ch] truncate">
|
||||||
[field:showtime function="format('yyyy-MM-dd')" /]
|
[field:showtime function="format('yyyy-MM-dd')" /]
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
@ -479,7 +484,7 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- 右侧区块(相同修改) -->
|
<!-- 右侧区块(相同修改) -->
|
||||||
<div class="bg-white rounded-xl shadow-md overflow-hidden flex-1 flex flex-col">
|
<div class="bg-white rounded-xl shadow-md overflow-hidden flex-1 flex flex-col" style="flex: 1.7">
|
||||||
<div class="p-6 border-b">
|
<div class="p-6 border-b">
|
||||||
<h3 class="text-xl font-semibold text-gray-700 mb-4">政策法规 <i class="fas fa-book-open text-blue-600 text-xl ml-1"></i></h3>
|
<h3 class="text-xl font-semibold text-gray-700 mb-4">政策法规 <i class="fas fa-book-open text-blue-600 text-xl ml-1"></i></h3>
|
||||||
|
|
||||||
@ -493,7 +498,7 @@
|
|||||||
</colgroup>
|
</colgroup>
|
||||||
<tbody class="divide-y divide-gray-100">
|
<tbody class="divide-y divide-gray-100">
|
||||||
{dreamer-cms:list typeid="gez4xw34" pagenum="1" pagesize="5" cascade="true" sortBy="show_time" sortWay="desc"}
|
{dreamer-cms:list typeid="gez4xw34" pagenum="1" pagesize="5" cascade="true" sortBy="show_time" sortWay="desc"}
|
||||||
<tr class="hover:bg-gray-50">
|
<tr class="h-16 hover:bg-gray-50">
|
||||||
<!-- 修改后的单元格 -->
|
<!-- 修改后的单元格 -->
|
||||||
<td
|
<td
|
||||||
class="px-6 py-4 font-medium text-gray-800 text-lg max-w-[30ch] truncate break-words">
|
class="px-6 py-4 font-medium text-gray-800 text-lg max-w-[30ch] truncate break-words">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user