-
{{ item.orderNumber }}、
+
{{ index + 1 }}、
{{ item.voteStemName }}
-
+ margin-bottom: 25px;
+ "
+ >
+
-
-
投票时间
@@ -150,21 +199,25 @@
距离结束还有
{{
- parseInt(
- dayjs(state.dataInfo?.voteEndTime).diff(dayjs(), "minute") / 60
- )
- }} 小时 {{
- dayjs(state.dataInfo?.voteEndTime).diff(dayjs(), "minute") % 60
+ parseInt(
+ dayjs(state.dataInfo?.voteEndTime).diff(
+ dayjs(),
+ "minute"
+ ) / 60
+ )
}} 分钟
+ > 小时 {{
+ dayjs(state.dataInfo?.voteEndTime).diff(dayjs(), "minute") %
+ 60
+ }} 分钟
投票说明
@@ -172,9 +225,11 @@
@@ -187,18 +242,14 @@
@@ -357,14 +425,14 @@ const submitVote = () => {
line-height: 24px;
position: relative;
}
- .return{
+ .return {
position: absolute;
right: 10%;
- .text{
+ .text {
text-align: center;
- display: flex;
- flex-direction: row;
- align-items: center;
+ display: flex;
+ flex-direction: row;
+ align-items: center;
}
}
.preNext {
@@ -546,26 +614,26 @@ const submitVote = () => {
.allbox1 {
margin-right: 22px;
background: linear-gradient(
- 0deg,
- rgba(160, 193, 230, 0) 0%,
- rgba(161, 195, 231, 0.2) 100%
+ 0deg,
+ rgba(160, 193, 230, 0) 0%,
+ rgba(161, 195, 231, 0.2) 100%
);
}
.allbox2 {
margin-right: 22px;
background: linear-gradient(
- 0deg,
- rgba(177, 219, 229, 0) 0%,
- rgba(172, 216, 227, 0.2) 100%
+ 0deg,
+ rgba(177, 219, 229, 0) 0%,
+ rgba(172, 216, 227, 0.2) 100%
);
}
.allbox3 {
background: linear-gradient(
- 0deg,
- rgba(195, 209, 234, 0) 0%,
- rgba(191, 206, 231, 0.2) 100%
+ 0deg,
+ rgba(195, 209, 234, 0) 0%,
+ rgba(191, 206, 231, 0.2) 100%
);
}
diff --git a/src/views/faceteach/FaceTeachNoCommon.vue b/src/views/faceteach/FaceTeachNoCommon.vue
index b7ae49b..d8a300d 100644
--- a/src/views/faceteach/FaceTeachNoCommon.vue
+++ b/src/views/faceteach/FaceTeachNoCommon.vue
@@ -157,7 +157,8 @@ const handleClick = (tab, event) => {
console.log("附件", tab, event);
};
const download = (url) => {
- window.open(url);
+ console.log('下载url',url)
+ // window.open(url);
};
const downloads = (url) => {
ElMessage.warning("未在有效时间范围内,请耐心等待!");
diff --git a/src/views/faceteach/FaceTeachSignUp.vue b/src/views/faceteach/FaceTeachSignUp.vue
index 6e92221..b2b30dc 100644
--- a/src/views/faceteach/FaceTeachSignUp.vue
+++ b/src/views/faceteach/FaceTeachSignUp.vue
@@ -157,6 +157,7 @@ const handleClick = (tab, event) => {
console.log("附件", tab, event);
};
const download = (url) => {
+ // console.log('下载url',url)
window.open(url);
};
const downloads = (url) => {