|
@@ -46,9 +46,8 @@
|
|
|
:user-id="createdBy"
|
|
|
:alt="createdBy"
|
|
|
:link="true"
|
|
|
- />
|
|
|
- </span>
|
|
|
- <span :title="new Date(createdAt)">
|
|
|
+ /> </span
|
|
|
+ > <span :title="new Date(createdAt)">
|
|
|
{{
|
|
|
formatDistance(createdAt, new Date(), {
|
|
|
addSuffix: true
|
|
@@ -257,4 +256,15 @@ export default {
|
|
|
width: 100%;
|
|
|
}
|
|
|
}
|
|
|
+
|
|
|
+.edit-news-modal .modal-card .modal-card-foot {
|
|
|
+ .control {
|
|
|
+ margin-bottom: 0 !important;
|
|
|
+ }
|
|
|
+
|
|
|
+ .right {
|
|
|
+ line-height: 36px;
|
|
|
+ column-gap: 0;
|
|
|
+ }
|
|
|
+}
|
|
|
</style>
|