dify
This commit is contained in:
13
dify/web/app/components/base/radio/style.module.css
Normal file
13
dify/web/app/components/base/radio/style.module.css
Normal file
@@ -0,0 +1,13 @@
|
||||
.container {
|
||||
padding: 4px;
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
.label {
|
||||
position: relative;
|
||||
margin-right: 3px;
|
||||
}
|
||||
|
||||
.label:last-child {
|
||||
margin-right: 0;
|
||||
}
|
||||
Reference in New Issue
Block a user