瀏覽代碼

[edit] style

wenliming 2 年之前
父節點
當前提交
fecda0da49
共有 1 個文件被更改,包括 10 次插入1 次删除
  1. 10 1
      src/view/iframe/publish/give-dialog.vue

+ 10 - 1
src/view/iframe/publish/give-dialog.vue

@@ -1849,8 +1849,17 @@ onMounted(() => {
                         .form-cell-content {
                             .select-mode-ele {
                                 display: flex;
-                                justify-content: space-between;
                                 cursor: pointer;
+
+                                img:first-child {
+                                    margin-right: 10px;
+                                }
+
+                                img {
+                                    -webkit-user-drag: none;
+                                    width: 220px;
+                                    height: 160px;
+                                }
                             }
                             .form-base {
                                 margin-top: 14px;