diff --git a/src/assets/css/index.css b/src/assets/css/index.css index be6f7d6d1db5b5ed55aec21239bc274833130ae4..62cd98c0c6b3c02d714c2a57c052a8665bdd317e 100644 --- a/src/assets/css/index.css +++ b/src/assets/css/index.css @@ -551,6 +551,26 @@ width: 620px!important; .apass_button .el-button.is-disabled:hover { cursor: not-allowed; } +.apass_button .el-button--warning.is-plain { + background-color: #fcefd6; + border-color: #fac266; + color: #e56600; +} +.apass_button .el-button--warning { + background-color: #e56600; + border-color: #e56600; + color: #fff; +} +.apass_button .el-button.is-disabled, +.apass_button .el-button.is-disabled:focus, +.apass_button .el-button.is-disabled:hover { + color: #C0C4CC; + cursor: not-allowed; + background-image: none; + background-color: #FFF; + border-color: #EBEEF5; +} + .apass_table .el-table th > .cell { color: #1a2236; } diff --git a/src/components/service-info/service-info.vue b/src/components/service-info/service-info.vue index 50ffea6b7c7281f2066b42e2dcdc8b111a39bb41..24a37e540cfc3cdd9ceadaac01931330ce51fbe7 100644 --- a/src/components/service-info/service-info.vue +++ b/src/components/service-info/service-info.vue @@ -49,7 +49,8 @@
规  格: -
+ 暂无 +
规格说明: + 暂无
购买方式: -
+ 暂无 +
购买时长:
- +
-
- +
+ 加入购物车 - + 立即申请
@@ -123,6 +140,9 @@ export default { return specifications; }, + actionDisabled() { + return this.specifications.length == 0; + }, }, watch: { specifications: { @@ -363,17 +383,4 @@ export default { width: 220px; margin-left: 20px; } -.service_info .el-button--primary { - background-color: #515fe7; - border-color: #515fe7; -} -.service_info .el-button--warning.is-plain { - background-color: #fcefd6; - border-color: #fac266; - color: #e56600; -} -.service_info .el-button--warning { - background-color: #e56600; - border-color: #e56600; -} diff --git a/src/pages/workbench/fwgl/approveWorkspace.vue b/src/pages/workbench/fwgl/approveWorkspace.vue index 8b3a2f3f0d0656d1f79a12ea29a6ae4b25750324..04fb2c945e3ce9e5b9bef3e6f768ca31b2e5c79e 100644 --- a/src/pages/workbench/fwgl/approveWorkspace.vue +++ b/src/pages/workbench/fwgl/approveWorkspace.vue @@ -61,7 +61,6 @@ export default { }, tempFilter: null, }), - computed: {}, methods: { init(filter) { // console.log(filter); diff --git a/src/pages/workbench/fwgl/organizationCloudResource.vue b/src/pages/workbench/fwgl/organizationCloudResource.vue index c03874cc4308583b7cd6a8f2be6a4c7041d9d189..e1c4d26ae9dc75ad76b650825afdc0d1f24799fa 100644 --- a/src/pages/workbench/fwgl/organizationCloudResource.vue +++ b/src/pages/workbench/fwgl/organizationCloudResource.vue @@ -85,7 +85,6 @@ export default { }, tempFilter: null, }), - computed: {}, methods: { init(filter) { // console.log(filter);