Browse Source

优化文本框宽度

tags/6.1.7
xushubieli 2 years ago
parent
commit
917f891049
4 changed files with 4 additions and 4 deletions
  1. +1
    -1
      src/admin/dialog/select_images.php
  2. +1
    -1
      src/admin/dialog/select_media.php
  3. +1
    -1
      src/admin/dialog/select_soft.php
  4. +1
    -1
      src/admin/dialog/select_templets.php

+ 1
- 1
src/admin/dialog/select_images.php View File

@@ -136,7 +136,7 @@ a{text-decoration:none!important}
<input type="hidden" name="imgstick" value="<?php echo $imgstick ?>">
<input type="hidden" name="CKEditorFuncNum" value="<?php echo isset($CKEditorFuncNum) ? $CKEditorFuncNum : 1; ?>">
<input type="hidden" name="job" value="upload">
上传:<input type="file" name="imgfile" style="width:260px;border:none">
上传:<input type="file" name="imgfile" style="width:50%;border:none">
<label><input type="checkbox" name="needwatermark" value="1" class="np" <?php if ($photo_markup == '1') echo "checked"; ?> /> 水印 </label>
<label><input type="checkbox" name="resize" value="1" class="np"> 缩小 </label>
宽:<input type="text" name="iwidth" value="<?php echo $cfg_ddimg_width ?>" style="width:46px">


+ 1
- 1
src/admin/dialog/select_media.php View File

@@ -79,7 +79,7 @@ a{text-decoration:none!important}
<input type="hidden" name="f" value="<?php echo $f ?>">
<input type="hidden" name="job" value="upload">
<input type="hidden" name="CKEditorFuncNum" value="<?php echo isset($CKEditorFuncNum) ? $CKEditorFuncNum : 1; ?>">
上传:<input type="file" name="uploadfile" style="width:360px;border:none">
上传:<input type="file" name="uploadfile" style="width:50%;border:none">
<button type="submit" name="sb1" class="btn btn-success btn-sm">确定</button>
</form>
</td>


+ 1
- 1
src/admin/dialog/select_soft.php View File

@@ -83,7 +83,7 @@ a{text-decoration:none!important}
<input type="hidden" name="activepath" value="<?php echo $activepath ?>">
<input type="hidden" name="f" value="<?php echo $f ?>">
<input type="hidden" name="job" value="upload">
上传:<input type="file" name="uploadfile" size="24" style="border:none">
上传:<input type="file" name="uploadfile" size="24" style="width:50%;border:none">
改名:<input type="text" name="newname" style="width:160px">
<button type="submit" name="sb1" class="btn btn-success btn-sm">确定</button>
</form>


+ 1
- 1
src/admin/dialog/select_templets.php View File

@@ -64,7 +64,7 @@ a{text-decoration:none!important}
<input type="hidden" name="activepath" value="<?php echo $activepath ?>">
<input type="hidden" name="f" value="<?php echo $f ?>">
<input type="hidden" name="job" value="upload">
上传:<input type="file" name="uploadfile" style="width:260px;border:none">
上传:<input type="file" name="uploadfile" style="width:50%;border:none">
改名:<input type="text" name="filename" style="width:160px">
<button type="submit" name="sb1" class="btn btn-success btn-sm">确定</button>
</form>


Loading…
Cancel
Save