@@ -72,6 +72,13 @@
--van-font-size-xs: 12px;
background: linear-gradient(to right, #40c4fe, #259CFE);
border: none;
+ font-weight: 600;
+
+ :global {
+ .van-button__text {
+ margin-top: 1px;
+ }
}
.leftIcon {
@@ -445,6 +445,7 @@
border: 1px solid #1CACF1;
background: #EBF8FF;
color: #1CACF1;
+ font-weight: bold;
&::after {
border-bottom: 4px solid #1CACF1;
@@ -256,7 +256,6 @@ export default defineComponent({
};
const onReset = () => {
- //
state.sNt = '';
state.sAPT = '';
data.tagActiveId = '';
@@ -450,8 +449,8 @@ export default defineComponent({
if (state.tabActive === '') {
if (state.isAllStatus) {
state.searchPopup = !state.searchPopup;
-
if (state.searchPopup) {
} else {
state.isAllStatus = true;
@@ -111,6 +111,7 @@
color: #ffffff;
line-height: 25px;
flex: 1 auto;
+ border: none;
display: none;
@@ -520,7 +520,8 @@ export default defineComponent({
<iframe
id="staffIframeRef"
style={{
- width: '100%'
+ width: '100%',
+ paddingTop: '4px'
// opacity: loading.value ? 0 : 1
}}
src={data.iframeSrc}></iframe>