优化样式
This commit is contained in:
@@ -50,7 +50,7 @@ export class Feedback extends HTMLElement implements UAIEditorEventListener {
|
||||
this.addEventListener("click", () => {
|
||||
if (this.menuButtonOptions.enable) {
|
||||
const anchor = document.createElement('a');
|
||||
anchor.href = "https://gitee.com/AI-Labs/uai-editor/issues";
|
||||
anchor.href = "https://gitee.com/uai-team/uai-editor/issues";
|
||||
anchor.target = '_blank';
|
||||
anchor.click();
|
||||
}
|
||||
|
||||
@@ -50,7 +50,7 @@ export class PoweredBy extends HTMLElement implements UAIEditorEventListener {
|
||||
this.addEventListener("click", () => {
|
||||
if (this.menuButtonOptions.enable) {
|
||||
const anchor = document.createElement('a');
|
||||
anchor.href = "https://wux-labs.github.io/UAI-Editor";
|
||||
anchor.href = "https://gitee.com/uai-team/uai-editor";
|
||||
anchor.target = '_blank';
|
||||
anchor.click();
|
||||
}
|
||||
|
||||
@@ -10,6 +10,7 @@
|
||||
--td-text-color-disabled: var(--uai-text-color-disabled);
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
overflow: hidden;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
color: var(--uai-text-color);
|
||||
|
||||
Reference in New Issue
Block a user