style: border颜色调整
This commit is contained in:
BIN
src/assets/img/agent/icon-history.png
Normal file
BIN
src/assets/img/agent/icon-history.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.0 KiB |
@ -3,10 +3,12 @@
|
|||||||
backdrop-filter: blur(20px);
|
backdrop-filter: blur(20px);
|
||||||
background: rgba(255, 255, 255, 0.9);
|
background: rgba(255, 255, 255, 0.9);
|
||||||
.history-conversation-btn {
|
.history-conversation-btn {
|
||||||
border-radius: 8px 0 0 8px;
|
background: url('@/assets/img/agent/icon-history.png') center center no-repeat;
|
||||||
border-top: 1px solid #eabaff;
|
background-size: cover;
|
||||||
border-bottom: 1px solid #eabaff;
|
// border-radius: 8px 0 0 8px;
|
||||||
border-left: 1px solid #eabaff;
|
// border-top: 1px solid #eabaff;
|
||||||
|
// border-bottom: 1px solid #88DDFF;
|
||||||
|
// border-left: 1px solid #AC8EFF;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 50%;
|
top: 50%;
|
||||||
right: 0;
|
right: 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user