Commit 7479c46d authored by chenqikuai's avatar chenqikuai

fix:修复ui

parent 0c74d8cb
......@@ -93,4 +93,20 @@ body{
font-weight: 500;
color: #0078FF;
}
}
\ No newline at end of file
}
.van-popup{
.van-action-sheet__gap{
background-color: #131934;
}
.van-action-sheet__item,.van-action-sheet__cancel{
background-color: #1D2649;
font-size: 14px;
font-family: PingFangSC-Regular, PingFang SC;
font-weight: 400;
color: #EEF1F6;
}
.van-action-sheet__cancel:active, .van-action-sheet__item:active{
background-color: #394267;
}
}
\ No newline at end of file
......@@ -92,6 +92,7 @@
@cellOnChange="(v) => (createNFT.archives = v)"
></app-cell>
<app-cell
v-if="createNFT.archives === 1"
text="授权阅读"
type="select"
:selected="createNFT.grant"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment