From 07390e2fcb4adf27c928335bf27ae7939c5a80ad Mon Sep 17 00:00:00 2001
From: buli <137736985@qq.com>
Date: 星期二, 23 五月 2023 11:28:12 +0800
Subject: [PATCH] bakcup20230523
---
force-app/main/default/lwc/lexinventoryViewLWC/lexinventoryViewLWC.html | 53 ++++++++++++++++++++++++-----------------------------
1 files changed, 24 insertions(+), 29 deletions(-)
diff --git a/force-app/main/default/lwc/lexinventoryViewLWC/lexinventoryViewLWC.html b/force-app/main/default/lwc/lexinventoryViewLWC/lexinventoryViewLWC.html
index 06756bc..18ee0c9 100644
--- a/force-app/main/default/lwc/lexinventoryViewLWC/lexinventoryViewLWC.html
+++ b/force-app/main/default/lwc/lexinventoryViewLWC/lexinventoryViewLWC.html
@@ -5,7 +5,14 @@
<c-common-toast></c-common-toast>
<div style="border: 1px solid #D4D4D4;border-radius:5px;">
<div style="border-top: 3px solid #51606E;;border-bottom: 1px solid #D4D4D4;padding:3px;">
- <p style="font-size: 19px;"><strong>搴撳瓨绠$悊</strong></p>
+ <!-- <p style="font-size: 18px;"><strong>搴撳瓨绠$悊</strong></p> -->
+ <lightning-layout>
+ <lightning-layout-item padding="around-small">
+ <p style="font-size: 18px">
+ <strong>搴撳瓨绠$悊</strong>
+ </p>
+ </lightning-layout-item>
+ </lightning-layout>
</div>
<div style="padding:10px;">
<div style="border: 1px solid #D4D4D4;border-radius:5px;margin-bottom:7px;">
@@ -24,9 +31,9 @@
</div>
</div>
- <div style="border: 1px solid #D4D4D4;border-radius:5px;margin-bottom:7px;">
- <div style="border-top: 3px solid #51606E;border-bottom: 1px solid #D4D4D4;padding:3px;">
- <table>
+ <div style="border: 1px solid #D4D4D4;border-radius:5px;margin-bottom:7px;margin-top:30px;">
+ <div style="border-top: 3px solid #51606E;border-bottom: 1px solid #D4D4D4;padding:3px;height:115px">
+ <table style="margin-top:10px;">
<colgroup>
<col width="160px" />
<col width="100px" />
@@ -49,57 +56,45 @@
<tr>
<td style="width:10px;"></td>
<td style="width:250px">
- <div style="width:90px;margin-left:12px;font-size:16px;">娑堣�楀搧鍚嶇О</div>
+ <div style="width:90px;margin-left:12px;" class="searchName">娑堣�楀搧鍚嶇О</div>
</td>
<td style="width: 21%;">
- <lightning-input style ="font-size:16px;" type="text" name="Name" label="娑堣�楀搧鍚嶇О" value={Name}
+ <lightning-input class="searchName" type="text" name="Name" label="娑堣�楀搧鍚嶇О" value={Name}
variant="label-hidden" onchange={dataChange}
data-field="Name"></lightning-input>
</td>
<td style="width:150px">
- <div style="width:90px;text-align:center;font-size:16px;">绗�3鍒嗙被</div>
+ <div style="width:90px;text-align:center;" class="searchName">绗�3鍒嗙被</div>
</td>
<td style="width: 21%;">
- <lightning-combobox style="margin-left:5px;" name="CategoryThree" label="绗�3鍒嗙被" value={value}
+ <lightning-combobox class="inputFont" style="margin-left:5px;" name="CategoryThree" label="绗�3鍒嗙被" value={value}
placeholder="璇烽�夋嫨..." options={category3Options} variant="label-hidden"
data-field="CategoryThree" onchange={dataChange}></lightning-combobox>
</td>
<td style="width:150px">
- <div style="width:90px;text-align:center;font-size:16px;">绗�4鍒嗙被</div>
+ <div style="width:90px;text-align:center;" class="searchName">绗�4鍒嗙被</div>
</td>
<td style="width: 21%;">
- <lightning-combobox name="CategoryFour" label="绗�4鍒嗙被" value={value}
+ <lightning-combobox class="inputFont" name="CategoryFour" label="绗�4鍒嗙被" value={value}
placeholder="璇烽�夋嫨..." options={category4Options} variant="label-hidden"
data-field="CategoryFour" onchange={dataChange}></lightning-combobox>
</td>
<td style="width:150px">
- <div style="width:90px;text-align:center;font-size:16px;">绗�5鍒嗙被</div>
+ <div style="width:90px;text-align:center;" class="searchName">绗�5鍒嗙被</div>
</td>
<td style="width: 21%;">
- <lightning-combobox name="CategoryFive" label="绗�5鍒嗙被" value={value}
+ <lightning-combobox class="inputFont" name="CategoryFive" label="绗�5鍒嗙被" value={value}
placeholder="璇烽�夋嫨..." options={category5Options} variant="label-hidden"
data-field="CategoryFive" onchange={dataChange}></lightning-combobox>
</td>
<td style="width: 1%;"></td>
</tr>
- <tr></tr>
- <tr></tr>
- <tr></tr>
-
- <tr>
- <td></td>
- <!-- <td></td>
- <td></td> -->
- <td style="width: 10%;">
- <button class="slds-button slds-button_neutral slds-button_stretch lexBorder" label="娑堣�楀搧鎼滅储" onclick={searchOrderDetail}>娑堣�楀搧鎼滅储</button>
- <!-- <lightning-button class="lexBorder" label="娑堣�楀搧鎼滅储" onclick={searchOrderDetail}></lightning-button> -->
- </td>
- <td style="width: 10%;margin-left:10px;">
- <button style="margin-left:10px;" class="slds-button slds-button_neutral slds-button_stretch lexBorder" label="娓呯┖" onclick={clearAll}>娓呯┖</button>
- <!-- <lightning-button class="lexBorder" label="娓呯┖" onclick={clearAll}></lightning-button> -->
- </td></tr>
</tbody>
</table>
+ <br/>
+ <div style="float:right;margin-right:10px;"> <button class="slds-button slds-button_neutral slds-button_stretch lexsearchStyle" label="娑堣�楀搧鎼滅储" onclick={searchOrderDetail}>娑堣�楀搧鎼滅储</button>
+ <button style="margin-left:10px;" class="slds-button slds-button_neutral slds-button_stretch lexclearStyle" label="娓呯┖" onclick={clearAll}>娓呯┖</button></div>
+
</div>
</div>
<div style="border: 1px solid #D4D4D4;border-radius:5px;margin-bottom:7px;">
@@ -107,7 +102,7 @@
<!-- <p style="font-size: 16px;"><strong>搴撳瓨璇︽儏</strong></p> -->
<lightning-layout>
<lightning-layout-item padding="around-small">
- <p style="font-size: 16px">
+ <p style="font-size: 18px">
<strong>搴撳瓨璇︽儏</strong>
</p>
</lightning-layout-item>
--
Gitblit v1.9.1