trp:上一次代码提交冲突解决

This commit is contained in:
trp
2024-09-02 23:58:12 +08:00
5 changed files with 83 additions and 241 deletions

View File

@@ -201,7 +201,7 @@ function addEquipment() {
<style lang="scss" scoped>
#edit-dialog {
// width: 540px;
width: 230px;
width: 240px;
// height: 120px;
// min-height: 683px;
background: rgba(7, 35, 72, 0.79);
@@ -219,7 +219,7 @@ function addEquipment() {
margin: 20px 20px 0px 30px;
p {
width: 388px;
width: 400px;
height: 35px;
font-size: 24px;
font-family: MicrosoftYaHei;
@@ -259,19 +259,21 @@ function addEquipment() {
padding: 15px 15px 5px 15px;
display: flex;
gap: 10px;
p {
width: 190px;
line-height: 35px;
font-size: 18px;
font-family: MicrosoftYaHei;
p:nth-child(1) {
width: 80px;
height: 35px;
line-height: 35px;
font-size: 18px;
font-family: MicrosoftYaHei;
color: #ffffff;
text-align: right;
}
p:nth-child(2) {
color: #f7b500;
height: 35px;
text-align: left;
flex: 2;
}
}