mirror of
https://github.com/crater-invoice/crater.git
synced 2025-10-27 11:41:09 -04:00
fix update-app description style
This commit is contained in:
2
public/assets/css/crater.css
vendored
2
public/assets/css/crater.css
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -1,4 +1,4 @@
|
||||
{
|
||||
"/assets/js/app.js": "/assets/js/app.js?id=68393d0f3c4030712b60",
|
||||
"/assets/css/crater.css": "/assets/css/crater.css?id=262352bd0c724bad8f2f"
|
||||
"/assets/js/app.js": "/assets/js/app.js?id=266a3a761d18a0b0839e",
|
||||
"/assets/css/crater.css": "/assets/css/crater.css?id=180193a313e33aed1712"
|
||||
}
|
||||
|
||||
@ -47,12 +47,12 @@
|
||||
>
|
||||
{{ updateData.version }}
|
||||
</label>
|
||||
<p
|
||||
class="mb-8 text-sm leading-snug text-gray-500"
|
||||
<div
|
||||
class="pl-5 mt-4 mb-8 text-sm leading-snug text-gray-500 update-description"
|
||||
style="white-space: pre-wrap; max-width: 480px"
|
||||
v-html="description"
|
||||
>
|
||||
</p>
|
||||
></div>
|
||||
|
||||
<label class="text-sm not-italic font-medium input-label">
|
||||
{{ $t('settings.update_app.requirements') }}
|
||||
</label>
|
||||
@ -211,7 +211,7 @@ export default {
|
||||
},
|
||||
hasUiUpdate() {
|
||||
return this.updateData.version != '4.0.0'
|
||||
}
|
||||
},
|
||||
},
|
||||
created() {
|
||||
window.addEventListener('beforeunload', (event) => {
|
||||
@ -358,3 +358,10 @@ export default {
|
||||
},
|
||||
}
|
||||
</script>
|
||||
|
||||
<style>
|
||||
.update-description ul li {
|
||||
list-style: disc !important;
|
||||
margin-bottom: 4px;
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user