mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-03-09 14:13:16 +08:00
(fix) Quartzy microinteractions [SCI-10223-core]
This commit is contained in:
parent
b14912e70e
commit
a5043a0528
2 changed files with 3 additions and 2 deletions
|
@ -1,6 +1,7 @@
|
|||
<template>
|
||||
<Select
|
||||
class="sn-select sn-select--search hover:border-sn-sleepy-grey"
|
||||
tabindex="0"
|
||||
class="sn-select sn-select--search hover:border-sn-sleepy-grey focus:outline-none focus:ring-0 focus:border-sn-sleepy-grey"
|
||||
:class="customClass"
|
||||
:className="className"
|
||||
:optionsClassName="optionsClassName"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<template>
|
||||
<div ref="modal" class="modal" tabindex="-1" role="dialog">
|
||||
<div ref="modal" class="modal" tabindex="-1" role="dialog" data-backdrop="static" data-keyboard="false">
|
||||
<div class="modal-dialog !w-[900px]" role="document">
|
||||
<div class="modal-content !p-0 grid grid-cols-3">
|
||||
<div class="bg-sn-super-light-grey p-6 mb-1.5">
|
||||
|
|
Loading…
Reference in a new issue