first commit
This commit is contained in:
9
uni_modules/tdesign-uniapp/components/fab/fab.css
Normal file
9
uni_modules/tdesign-uniapp/components/fab/fab.css
Normal file
@@ -0,0 +1,9 @@
|
||||
.t-fab {
|
||||
position: fixed;
|
||||
}
|
||||
.t-fab__button {
|
||||
box-shadow: var(--td-fab-shadow, var(--td-shadow-2, 0 3px 14px 2px rgba(0, 0, 0, 0.05), 0 8px 10px 1px rgba(0, 0, 0, 0.06), 0 5px 5px -3px rgba(0, 0, 0, 0.1)));
|
||||
}
|
||||
.t-fab__draggable {
|
||||
position: fixed;
|
||||
}
|
||||
Reference in New Issue
Block a user