Signed-off-by: Jonathan <theflametrooper@gmail.com>
@@ -5,6 +5,7 @@
theme="confirm"
ref="confirm"
trigger="click"
+ class="button-with-tooltip"
>
<template #trigger>
<div @click.shift.stop="confirm(true)" @click.exact="confirm()">
@@ -94,7 +94,11 @@ p {
}
.right {
margin-left: auto;
- justify-content: right;
+ justify-content: flex-end;
+
+ *:not(:last-child) {
+ margin-right: 5px;
+ }
</style>
@@ -140,6 +140,12 @@ export default {
margin-top: 32px;
padding: 24px;
+ /deep/ .row {
.content {
background-color: var(--white);
padding: 30px 50px;