切换导航条
此项目
正在载入...
登录
anyv
/
xkeasy
·
提交
转到一个项目
GitLab
转到仪表盘
项目
活动
文件
提交
管道
0
构建
0
图表
里程碑
问题
0
合并请求
0
成员
标记
维基
派生
网络
创建新的问题
下载为
邮件补丁
差异文件
浏览文件
作者
anyv
6 years ago
提交
97e868a0286bbeb364cc021713558eb0a7ba4d19
1 个父辈
4e1b5195
1 个管道 的构建
通过
耗费 1 秒
1
变更
3
构建
1
隐藏空白字符变更
内嵌
并排对比
正在显示
3 个修改的文件
包含
5 行增加
和
4 行删除
public/themes/simpleboot3/portal/salesmangoods/salesman_goods_add.html
public/themes/simpleboot3/portal/salesmangoods/salesman_goods_edit.html
public/themes/simpleboot3/public/assets/css/log.css
public/themes/simpleboot3/portal/salesmangoods/salesman_goods_add.html
查看文件 @
97e868a
...
...
@@ -120,7 +120,7 @@
<span>
*
</span>
佣金
</div>
<div
class=
"log_two_input_contant"
>
<input
type=
"
text
"
placeholder=
"请输入下级推广佣金"
name=
"money"
/>
<input
type=
"
number
"
placeholder=
"请输入下级推广佣金"
name=
"money"
/>
</div>
</div>
<div
class=
"log_two_input_one"
>
...
...
@@ -128,7 +128,7 @@
<span>
*
</span>
售价
</div>
<div
class=
"log_two_input_contant"
>
<input
type=
"
text
"
placeholder=
"输入售价"
name=
"price"
/>
<input
type=
"
number
"
placeholder=
"输入售价"
name=
"price"
/>
</div>
</div>
...
...
public/themes/simpleboot3/portal/salesmangoods/salesman_goods_edit.html
查看文件 @
97e868a
...
...
@@ -128,7 +128,7 @@
<span>
*
</span>
佣金
</div>
<div
class=
"log_two_input_contant"
>
<input
type=
"
text
"
placeholder=
"请输入下级推广佣金"
name=
"money"
value=
"{$goods_data.money}"
/>
<input
type=
"
number
"
placeholder=
"请输入下级推广佣金"
name=
"money"
value=
"{$goods_data.money}"
/>
</div>
</div>
<div
class=
"log_two_input_one"
>
...
...
@@ -136,7 +136,7 @@
<span>
*
</span>
售价
</div>
<div
class=
"log_two_input_contant"
>
<input
type=
"
text
"
placeholder=
"输入售价"
name=
"price"
value=
"{$goods_data.price}"
/>
<input
type=
"
number
"
placeholder=
"输入售价"
name=
"price"
value=
"{$goods_data.price}"
/>
</div>
</div>
...
...
public/themes/simpleboot3/public/assets/css/log.css
查看文件 @
97e868a
...
...
@@ -594,6 +594,7 @@
}
.tx_maskCon_school
{
cursor
:
pointer
;
width
:
100%
;
height
:
5.16rem
;
background
:
#fff
;
...
...
请
注册
或
登录
后发表评论