rem
This commit is contained in:
@@ -20,6 +20,7 @@
|
||||
style="width: 171px"
|
||||
size="small"
|
||||
ref="select"
|
||||
:getPopupContainer="triggerNode => triggerNode.parentNode"
|
||||
>
|
||||
<a-select-option v-for="(item, index) in ['美国', '英国']" :key="index" :value="item">
|
||||
{{ item }}
|
||||
@@ -267,6 +268,7 @@ export default defineComponent({
|
||||
width: 100%;
|
||||
background-color: #ffffff;
|
||||
padding: 46px;
|
||||
position: relative;
|
||||
.update-btn {
|
||||
font-size: 11px;
|
||||
color: #08AE98;
|
||||
|
||||
Reference in New Issue
Block a user