杨磊
4 天以前 a5abb70a428f59894fc9ee4330f0033d6fe93a8b
src/views/chronology/yearWindow.vue
@@ -7,7 +7,7 @@
        <div v-if="imgLink != ''" class="imgBox">
          <img class="autoImg" :src="imgLink" alt="" />
        </div>
        <div v-else>暂无图片</div>
        <div style="text-align: center; font-size: 18px; color: #999" v-else>暂无图片</div>
      </div>
    </div>
  </div>
@@ -44,7 +44,7 @@
<style scoped>
.dialogBox {
  width: 700px;
  height: 100%;
  min-height: 300px;
  position: relative;
  padding: 15px;
  z-index: 20;
@@ -53,7 +53,6 @@
.content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.leftTxt {
  width: 350px;