[前端] 修复翻译按钮错位:去掉硬编码margin-left;修复对话框硬编码宽度
This commit is contained in:
@@ -444,7 +444,7 @@ const handleStop = async () => {
|
||||
}
|
||||
|
||||
.background-color {
|
||||
width: 490px;
|
||||
width: 100%;
|
||||
height: 30px;
|
||||
margin-left: 20px;
|
||||
background: linear-gradient(360deg, #C0D4FD 0%, rgba(199, 219, 255, 0) 100%);
|
||||
@@ -456,7 +456,7 @@ const handleStop = async () => {
|
||||
.tool-bar {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
width: 505px;
|
||||
width: calc(100% - 15px);
|
||||
padding-top: 30px;
|
||||
height: 65px;
|
||||
position:absolute;
|
||||
@@ -509,7 +509,7 @@ const handleStop = async () => {
|
||||
}
|
||||
|
||||
.text-box {
|
||||
//width: 490px;
|
||||
//width: 100%;
|
||||
height: 190px;
|
||||
background: #FFFFFF;
|
||||
border-radius: 8px;
|
||||
|
||||
@@ -179,7 +179,7 @@ onMounted(async () => {
|
||||
margin-top: 12px;
|
||||
font-weight: 400;
|
||||
font-size: 14px;
|
||||
margin-left:271px;
|
||||
justify-content: flex-end;
|
||||
color: #858a94;
|
||||
.operateItem {
|
||||
cursor: pointer;
|
||||
|
||||
Reference in New Issue
Block a user