wangfei
5 天以前 d090edfef3884837b55263cc11e1c9462f724cbc
UI-Project/src/views/Slicecage/slicecage.vue
@@ -1248,6 +1248,7 @@
      <el-icon><WarnTriangleFilled /></el-icon>
      <span class="alert-text">
        {{ alertText }} (id:{{ alertMessage }})
        <!-- <span class="confirm-text">{{ $t('hellow.pleaseConfirm') }}</span> -->
      </span>
    </div>
    <button @click="showAlert = false" class="close-btn">×</button>
@@ -1265,7 +1266,7 @@
      style="width: 100%;"
    >
      <el-table-column prop="formattedCreateTime" align="center" :label="$t('film.createtime')" min-width="100" />
      <el-table-column
      <el-table-column
       :label="$t('hellow.content')" 
       align="center" 
       min-width="220"
@@ -2035,4 +2036,11 @@
.el-loading-mask {
  z-index: 2000 !important;
}
.confirm-text {
  color: rgb(242, 121, 8);
  display: block; /* 强制换行 */
  text-align: center; /* 水平居中 */
  margin-top: 4px; /* 与上一行保持间距,可选 */
  font-weight: 500; /* 可选,加粗突出 */
}
</style>