Skip to content

Commit 1cd0289

Browse files
committed
fix: fix style
1 parent a523d7f commit 1cd0289

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

apps/miniprogram-agent-ui/miniprogram/components/agent-ui/index.wxss

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,7 @@
131131
/* background-color: aquamarine; */
132132
/* position: absolute; */
133133
/* bottom: 0; */
134+
position: relative;
134135
}
135136

136137
.foot_function {
@@ -479,6 +480,7 @@
479480
border-radius: 25px;
480481
border: 1px solid rgba(0, 0, 0, 0.08);
481482
font-size: 14px;
483+
background-color: #fff;
482484
}
483485

484486
.feature_enable {
@@ -488,5 +490,9 @@
488490
}
489491

490492
.feature_list {
493+
position: absolute;
491494
margin: 0 16px;
495+
background-color: transparent;
496+
top: 0;
497+
transform: translateY(-100%);
492498
}

components/agent-ui/index.wxss

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,7 @@
131131
/* background-color: aquamarine; */
132132
/* position: absolute; */
133133
/* bottom: 0; */
134+
position: relative;
134135
}
135136

136137
.foot_function {
@@ -435,6 +436,7 @@
435436
border-radius: 25px;
436437
border: 1px solid rgba(0, 0, 0, 0.08);
437438
font-size: 14px;
439+
background-color: #fff;
438440
}
439441

440442
.feature_enable {
@@ -444,5 +446,9 @@
444446
}
445447

446448
.feature_list {
449+
position: absolute;
447450
margin: 0 16px;
451+
background-color: transparent;
452+
top: 0;
453+
transform: translateY(-100%);
448454
}

0 commit comments

Comments
 (0)