mirror of
https://gitee.com/beijing_hongye_huicheng/lilishop-ui.git
synced 2026-08-06 02:47:29 +08:00
style: 更新短信设置页面样式以增强可读性和一致性
- 将 .card 类名更改为 .sms-setting-card,以更好地描述其功能。 - 移除不必要的样式定义,简化代码结构。
This commit is contained in:
@@ -1,9 +1,3 @@
|
||||
.card {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
position: fixed;
|
||||
}
|
||||
|
||||
.cardBox {
|
||||
display: inline-block;
|
||||
border-radius: 2px;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
|
||||
<template>
|
||||
<el-card class="card">
|
||||
<el-card class="sms-setting-card">
|
||||
<div class="cardBox">
|
||||
<div class="methodItem">
|
||||
<img src="../../../assets/aliyun.png" height="172" width="440" />
|
||||
@@ -82,7 +82,7 @@ export default {
|
||||
};
|
||||
</script>
|
||||
<style lang="scss">
|
||||
.card {
|
||||
.sms-setting-card {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
position: fixed;
|
||||
|
||||
Reference in New Issue
Block a user