|
@@ -1,7 +1,5 @@
|
|
|
<style>
|
|
|
- .uploadimage{
|
|
|
- width: 10pc !important;
|
|
|
- }
|
|
|
+
|
|
|
</style>
|
|
|
<div class="think-box-shadow">
|
|
|
<form class="layui-form layui-card" action="{:request()->url()}" data-auto="true" method="post" autocomplete="off">
|
|
@@ -18,7 +16,6 @@
|
|
|
<label class="layui-form-label label-required">Logo</label>
|
|
|
<div class="layui-input-block">
|
|
|
<input name="cover" type="hidden" value="{$vo.cover|default=''}">
|
|
|
- <span style="margin-right: 20px">建议尺寸宽700px 高330px </span>
|
|
|
</div>
|
|
|
</div>
|
|
|
|