Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
F
fgqyxxlr
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
yaru
fgqyxxlr
Commits
538e7dcc
Commit
538e7dcc
authored
Sep 23, 2019
by
RuoYi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
调整查询条件文本宽度默认为65px
parent
ad8e475b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
10 deletions
+10
-10
ruoyi-admin/src/main/resources/static/ruoyi/css/ry-ui.css
+2
-2
ruoyi-admin/src/main/resources/templates/demo/table/search.html
+8
-8
No files found.
ruoyi-admin/src/main/resources/static/ruoyi/css/ry-ui.css
View file @
538e7dcc
...
...
@@ -640,8 +640,8 @@ label {
.select-list
li
p
{
float
:
left
;
width
:
80
px
;
margin
:
5px
1
5px
5px
0px
;
width
:
65
px
;
margin
:
5px
5px
5px
0px
;
text-align
:
right
;
}
...
...
ruoyi-admin/src/main/resources/templates/demo/table/search.html
View file @
538e7dcc
...
...
@@ -97,19 +97,19 @@
<div
class=
"select-list"
>
<ul>
<li>
<p>
商户编号:
</p>
<p
style=
"width: 80px"
>
商户编号:
</p>
<input
type=
"text"
name=
"userId"
/>
</li>
<li>
<p>
订单号:
</p>
<p
style=
"width: 80px"
>
订单号:
</p>
<input
type=
"text"
name=
"orderNo"
/>
</li>
<li>
<p>
日期:
</p>
<p
style=
"width: 80px"
>
日期:
</p>
<input
type=
"text"
class=
"time-input"
placeholder=
"日期"
/>
</li>
<li
class=
"select-selectpicker"
>
<p>
状态:
</p>
<p
style=
"width: 80px"
>
状态:
</p>
<select
class=
"selectpicker"
data-none-selected-text=
"请选择"
multiple
>
<option
value=
""
>
所有
</option>
<option
value=
"0"
>
初始
</option>
...
...
@@ -119,7 +119,7 @@
</select>
</li>
<li>
<p>
供货商通道:
</p>
<p
style=
"width: 80px"
>
供货商通道:
</p>
<select>
<option
value=
""
>
所有
</option>
<option
value=
"0"
>
腾讯
</option>
...
...
@@ -128,7 +128,7 @@
</select>
</li>
<li>
<p>
来源:
</p>
<p
style=
"width: 80px"
>
来源:
</p>
<select>
<option
value=
""
>
所有
</option>
<option
value=
"0"
>
手机
</option>
...
...
@@ -137,7 +137,7 @@
</select>
</li>
<li>
<p>
运营商:
</p>
<p
style=
"width: 80px"
>
运营商:
</p>
<select>
<option
value=
""
>
所有
</option>
<option
value=
"0"
>
移动
</option>
...
...
@@ -146,7 +146,7 @@
</select>
</li>
<li
class=
"select-time"
>
<p>
回调时间:
</p>
<p
style=
"width: 80px"
>
回调时间:
</p>
<input
type=
"text"
class=
"time-input"
placeholder=
"开始时间"
/>
<span>
-
</span>
<input
type=
"text"
class=
"time-input"
placeholder=
"结束时间"
/>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment