1
0
Fork 0

Compare commits

...

3 Commits

3 changed files with 9 additions and 8 deletions

View File

@ -88,7 +88,7 @@
"@tiptap/pm": "2.1.12",
"@tiptap/suggestion": "2.1.12",
"@tiptap/vue-3": "2.1.12",
"@types/is-touch-device": "1.0.0",
"@types/is-touch-device": "1.0.1",
"@types/lodash.clonedeep": "4.5.8",
"@types/sortablejs": "1.15.4",
"@vueuse/core": "10.5.0",

View File

@ -140,8 +140,8 @@ dependencies:
specifier: 2.1.12
version: 2.1.12(@tiptap/core@2.1.12)(@tiptap/pm@2.1.12)(vue@3.3.6)
'@types/is-touch-device':
specifier: 1.0.0
version: 1.0.0
specifier: 1.0.1
version: 1.0.1
'@types/lodash.clonedeep':
specifier: 4.5.8
version: 4.5.8
@ -4749,8 +4749,8 @@ packages:
'@types/unist': 2.0.9
dev: false
/@types/is-touch-device@1.0.0:
resolution: {integrity: sha512-/rErV0NuroAR9EZF1xK0TrihQ/7BbVckGfSr/suq/E4tJQLr4TrADR0qAUpDs/hxtl1NiP0V/ho+fSA/5EIO9Q==}
/@types/is-touch-device@1.0.1:
resolution: {integrity: sha512-Hvjx/zLnZF9AVHNcFZEluntFA59OWUYbmrkS7oDWoHnibO86n0nTrCI7wBGR0u8Y/E8XIj3nuUrK8hNQmqiZ7Q==}
dev: false
/@types/json-schema@7.0.12:

View File

@ -95,11 +95,11 @@ export default {
padding: 0.2rem;
position: relative;
border-radius: 0.5rem;
background: #fff;
color: rgba(0, 0, 0, 0.8);
background: var(--white);
color: var(--grey-900);
overflow: hidden;
font-size: 0.9rem;
box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05), 0px 10px 20px rgba(0, 0, 0, 0.1);
box-shadow: var(--shadow-md);
}
.item {
@ -135,6 +135,7 @@ export default {
display: flex;
flex-direction: column;
font-size: .9rem;
color: var(--grey-800);
p:last-child {
font-size: .75rem;