瀏覽代碼

Поправил цвет кнопки

Book Pauk 5 年之前
父節點
當前提交
4fb4b21a9e
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      client/components/Reader/LoaderPage/PasteTextPage/PasteTextPage.vue

+ 1 - 1
client/components/Reader/LoaderPage/PasteTextPage/PasteTextPage.vue

@@ -3,7 +3,7 @@
         <template slot="header">
             <span style="position: relative; top: -3px">
                 Вставьте текст и нажмите
-                <span class="clickable" style="font-size: 150%; position: relative; top: 1px" @click="loadBuffer">загрузить</span>
+                <span class="clickable text-primary" style="font-size: 150%; position: relative; top: 1px" @click="loadBuffer">загрузить</span>
                 или F2
             </span>
         </template>