cinqcinqdev-seo 0.1.41 → 0.1.42
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/module.json
CHANGED
|
@@ -741,7 +741,7 @@ const savePage = async () => {
|
|
|
741
741
|
v-html="getRteProp(page.content[selectedBlockIndex].props, name)"
|
|
742
742
|
@blur="setRteProp(page.content[selectedBlockIndex].props, name, $event.target.innerHTML);
|
|
743
743
|
trigger()"
|
|
744
|
-
class="w-full min-h-[140px] bg-gray-50 rounded-xl p-3 text-[11px] leading-relaxed outline-none ring-1 ring-gray-100 focus:ring-[#3d35ff] overflow-auto rte-field"
|
|
744
|
+
class="w-full min-h-[140px] bg-gray-50 rounded-xl p-3 text-[11px] text-gray-800 leading-relaxed outline-none ring-1 ring-gray-100 focus:ring-[#3d35ff] overflow-auto rte-field"
|
|
745
745
|
></div>
|
|
746
746
|
</div>
|
|
747
747
|
|