瀏覽代碼

时间图标位置调整

wt 3 年之前
父節點
當前提交
5a282c14f3
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      src/App.vue

+ 2 - 1
src/App.vue

@@ -2,7 +2,7 @@
  * @Author: wt 1241351815@qq.com
  * @Date: 2022-04-25 10:24:58
  * @LastEditors: wt 1241351815@qq.com
- * @LastEditTime: 2022-05-12 20:15:50
+ * @LastEditTime: 2022-05-13 09:09:20
  * @FilePath: \vuedx\src\App.vue
  * @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
 -->
@@ -69,6 +69,7 @@ background: transparent !important;
   height:0;
   bottom: none !important;
 }
+/* 时间搜托图标位置 */
 .el-range-editor--small .el-range__icon, .el-range-editor--small .el-range__close-icon{
   margin-top:-4px;
 }