提交修改
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
<template #suffixIcon
|
||||
><span
|
||||
class="icon iconfont icon-xiala"
|
||||
style="color: #343579"
|
||||
style="color: #000"
|
||||
></span
|
||||
></template>
|
||||
</a-select> -->
|
||||
@@ -572,7 +572,7 @@ export default defineComponent({
|
||||
.check_block_body{
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
background: #343579;
|
||||
background: #000;
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -695,7 +695,7 @@ export default defineComponent({
|
||||
text-align: center;
|
||||
margin: 0 auto;
|
||||
color: #FFFFFF;
|
||||
background: #343579;
|
||||
background: #000;
|
||||
cursor: pointer;
|
||||
margin-top: calc(2rem*1.2);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user