wangfei
5 天以前 9101ba64d5aa4722fc6384674682cd508d1315c9
UI-Project/src/views/Slicecage/slicecage.vue
@@ -1248,7 +1248,7 @@
      <el-icon><WarnTriangleFilled /></el-icon>
      <span class="alert-text">
        {{ alertText }} (id:{{ alertMessage }})
        <!-- <span class="confirm-text">{{ $t('hellow.pleaseConfirm') }}</span> -->
        <span class="confirm-text">{{ $t('hellow.pleaseConfirm') }}</span>
      </span>
    </div>
    <button @click="showAlert = false" class="close-btn">×</button>
@@ -2040,7 +2040,7 @@
  color: rgb(242, 121, 8);
  display: block; /* 强制换行 */
  text-align: center; /* 水平居中 */
  margin-top: 4px; /* 与上一行保持间距,可选 */
  font-weight: 500; /* 可选,加粗突出 */
  margin-top: 4px; /* 与上一行保持间距 */
  font-weight: 500; /* 加粗突出 */
}
</style>