mirror of
https://github.com/woodchen-ink/certimate.git
synced 2025-07-18 17:31:55 +08:00
feat(ui): improve responsive ui
This commit is contained in:
parent
3dd79d447b
commit
6a9cf2ed28
@ -40,7 +40,7 @@ const ApplyDNSProviderPicker = ({ className, style, placeholder, onSelect }: App
|
|||||||
<Row gutter={[16, 16]}>
|
<Row gutter={[16, 16]}>
|
||||||
{filteredProviders.map((provider, index) => {
|
{filteredProviders.map((provider, index) => {
|
||||||
return (
|
return (
|
||||||
<Col key={index} span={12}>
|
<Col key={index} xs={24} md={12} span={12}>
|
||||||
<Card
|
<Card
|
||||||
className="h-16 w-full overflow-hidden shadow-sm"
|
className="h-16 w-full overflow-hidden shadow-sm"
|
||||||
styles={{ body: { height: "100%", padding: "0.5rem 1rem" } }}
|
styles={{ body: { height: "100%", padding: "0.5rem 1rem" } }}
|
||||||
|
@ -40,7 +40,7 @@ const DeployProviderPicker = ({ className, style, placeholder, onSelect }: Deplo
|
|||||||
<Row gutter={[16, 16]}>
|
<Row gutter={[16, 16]}>
|
||||||
{filteredProviders.map((provider, index) => {
|
{filteredProviders.map((provider, index) => {
|
||||||
return (
|
return (
|
||||||
<Col key={index} span={12}>
|
<Col key={index} xs={24} md={12} span={12}>
|
||||||
<Card
|
<Card
|
||||||
className="h-16 w-full overflow-hidden shadow-sm"
|
className="h-16 w-full overflow-hidden shadow-sm"
|
||||||
styles={{ body: { height: "100%", padding: "0.5rem 1rem" } }}
|
styles={{ body: { height: "100%", padding: "0.5rem 1rem" } }}
|
||||||
|
@ -300,7 +300,7 @@ const WorkflowDetail = () => {
|
|||||||
</Space>
|
</Space>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div className="px-12 py-8">
|
<div className="px-12 py-8 max-md:px-4">
|
||||||
<WorkflowElements />
|
<WorkflowElements />
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user