
html,
body,
#app {
    padding: 0;
    margin: 0;
    height: 100%;
}
/* 解决表格固定列后出现横线的问题 */
.el-table__fixed {
    height: 100% !important;
}
/* 解决el-cascader选项过多导致 */
.el-cascader-panel {
    max-height: 400px;
}

/* 解决ResizeObserver循环错误 */
.resize-observer-warning-fix {
    position: fixed;
    top: -9999px;
    left: -9999px;
    z-index: -1;
    visibility: hidden;
    width: 100px;
    height: 100px;
    overflow: hidden;
}


.editor-container[data-v-cebdebcc] {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}
.text-editor[data-v-cebdebcc] {
    width: 100%;
    min-height: 200px;
    margin-top: 10px;
    padding: 10px;
    font-size: 22px;
    line-height: 1.5;
    color: #333;
    font-family: "SimSun", "Times New Roman", serif;
    border: 1px solid #ccc;
    border-radius: 4px;
    resize: vertical;
    white-space: pre-wrap; /* 保留空格和换行 */
}
.button-group[data-v-cebdebcc] {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}
.action-button[data-v-cebdebcc] {
    margin: 0 5px;
    padding: 10px 20px;
    font-size: 16px;
    color: #fff;
    background-color: #007BFF;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}
.action-button[data-v-cebdebcc]:hover {
    background-color: #0056b3;
}
  

.file-update-show[data-v-2b916085] {
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
}
h1[data-v-2b916085] {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}
  
