mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-09-23 13:34:57 +08:00
Merge pull request #7105 from lasniscinote/gl_SCI_10223_core
(fix) Dropdown for addons microinteractions [SCI-10223-core]
This commit is contained in:
commit
b1f8c26adb
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…
Add table
Reference in a new issue